- get(URI) - Method in class jade.webservice.dynamicClient.DynamicClientCache
-
Get a initialized DynamicClient for specified wsdl uri.
- get(URI, DynamicClientProperties) - Method in class jade.webservice.dynamicClient.DynamicClientCache
-
Get an initialized DynamicClient for specified wsdl uri.
- get(URI, String, String, DynamicClientProperties) - Method in class jade.webservice.dynamicClient.DynamicClientCache
-
Get an initialized DynamicClient for specified wsdl uri.
- getAction() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getActor() - Method in class jade.webservice.dynamicClient.HeaderInfo
-
- getCardMax() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Get max cardinality, valid only if parameter is an array
- getCardMin() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Get min cardinality, valid only if parameter is an array
- getClassPath() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Return the class-path used to initialize the DynamicClient
- getDefaultEndpoint() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default value of wsdl endpoint.
- getDefaultHttpPassword() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default password for HTTP Basic Authentication
- getDefaultHttpUsername() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default username for HTTP Basic Authentication
- getDefaultPort() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default value of wsdl port.
- getDefaultService() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default value of wsdl service.
- getDefaultTimeout() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default value for timeout call.
- getDefaultValue() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Get default value
- getDefaultWSSPassword() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default password for WS Security specifications - UsernameToken profile
- getDefaultWSSPasswordType() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default password type for WS Security specifications - UsernameToken profile
- getDefaultWSSTimeToLive() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get defaultWSSTimeToLive value in second for WS Security specifications - Timestamp
- getDefaultWSSUsername() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current default username for WS Security specifications - UsernameToken profile
- getDiscoverTimeout() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Get the discover timeout (in ms) used to initialize the DynamicClient
Default is 45s
- getDocumentation() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Return the wsdl documentation associated at definition
tag.
- getDocumentation() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the wsdl documentation associated at this operation concatenating the
documentations contained in portType
and bindings
.
- getDocumentation() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
- getDocumentation() - Method in class jade.webservice.dynamicClient.PortInfo
-
Return the wsdl documentation associated at this port
<wsdl:port name="PortName">
<wsdl:documentation>port documentation</wsdl:documentation>
</wsdl:port>
- getDocumentation() - Method in class jade.webservice.dynamicClient.ServiceInfo
-
Return the wsdl documentation associated at this service
<wsdl:service name="ServiceName">
<wsdl:documentation>service documentation</wsdl:documentation>
</wsdl:service>
- getFaultTo() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getFrom() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getHeader(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return abstract descriptor of specific header, null if not present
- getHeaderBoolean(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive boolean of specific header, null if not present
- getHeaderByteSequence(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive byte-sequence of specific header, null if not present
- getHeaderDate(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive Date of specific header, null if not present
- getHeaderDouble(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive double of specific header, null if not present
- getHeaderFloat(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive float of specific header, null if not present
- getHeaderInteger(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive int of specific header, null if not present
- getHeaderLong(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive long of specific header, null if not present
- getHeaderString(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive string of specific header, null if not present
- getHttpPassword() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get the current password for HTTP Basic Authentication
- getHttpUsername() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get the current username for HTTP Basic Authentication
- getInputHeader(String) - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the information of specific input header
- getInputHeaderNames() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the list of input headers associated to this operation
- getInputParameter(String) - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the information of specific input parameter
- getInputParameterNames() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the list of input parameters associated to this operation
- getInstance() - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Get a instance of DynamicClientCache
(Singleton thread-safe)
- getInstance() - Static method in class jade.webservice.XsdPrimitivesOntology
-
Returns the singleton instance of the XsdPrimitivesOntology
.
- getMessageID() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getMode() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Return the mode of this parameter.
- getName() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the name of the operation
- getName() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Return the name of the parameter
- getName() - Method in class jade.webservice.dynamicClient.PortInfo
-
Return the name of the port
- getName() - Method in class jade.webservice.dynamicClient.ServiceInfo
-
Return the name of the service
- getOntology() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the JADE ontology of current wsdl
- getOperation(String) - Method in class jade.webservice.dynamicClient.PortInfo
-
Return the information of specific operation
- getOperationNames() - Method in class jade.webservice.dynamicClient.PortInfo
-
Return the list of operations associated to this port
- getOutputHeader(String) - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the information of specific output header
- getOutputHeaderNames() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the list of output headers associated to this operation
- getOutputParameter(String) - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the information of specific output parameter
- getOutputParameterNames() - Method in class jade.webservice.dynamicClient.OperationInfo
-
Return the list of output parameters associated to this operation
- getPackageName() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Return the package-name used to initialize the DynamicClient
- getParameter(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return abstract descriptor of specific parameter, null if not present
- getParameterBoolean(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive boolean of specific parameter, null if not present
- getParameterByteSequence(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive byte-sequence of specific parameter, null if not present
- getParameterDate(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive Data of specific parameter, null if not present
- getParameterDouble(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive double of specific parameter, null if not present
- getParameterFloat(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive float of specific parameter, null if not present
- getParameterInteger(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive int of specific parameter, null if not present
- getParameterLong(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive long of specific parameter, null if not present
- getParameterString(String) - Method in class jade.webservice.dynamicClient.WSData
-
Return primitive string of specific parameter, null if not present
- getPermittedValues() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Get array with permitted values of parameter
- getPort(String) - Method in class jade.webservice.dynamicClient.ServiceInfo
-
Return the information of specific port
- getPortNames() - Method in class jade.webservice.dynamicClient.ServiceInfo
-
Return the list of ports associated to this service
- getPrimitiveTypeClass() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
If parameter is a primitive or an extended-primitive
return the java class associated, otherwise return null
- getProperties() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current DynamicClient configuration properties
- getReferenceParametersType() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getReferencePropertiesType() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getRegex() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Get regular expression with permitted value of parameter
- getRelatesTo() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getReplyTo() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getReport() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the dynamic-client report of discovered wsdl
- getSchema() - Method in class jade.webservice.dynamicClient.ParameterInfo
-
Return the JADE schema of this parameter
- getService(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get informations about the service
- getServiceNames() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the set of service names present in current wsdl
- getState() - Method in class jade.webservice.dynamicClient.DynamicClient
-
Get the current state of DynamicClient
Possible values are:
CREATED: DynamicClient created but not already initialized
INITIALIZED: DynamicClient initialized and ready to use
INIT_FAILED: Some errors occurred during initialization, re-init it
- getTmpDir() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Return the temp-dir used to initialize the DynamicClient
- getTo() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getVersion() - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- getWSSPassword() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get the current password for WS Security specifications - UsernameToken profile
- getWSSPasswordType() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get the current password type for WS Security specifications - UsernameToken profile
- getWSSTimeToLive() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get LifeTime in seconds for WS Security specifications - Timestamp
- getWSSUsername() - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Get the current username for WS Security specifications - UsernameToken profile
- SecurityProperties - Class in jade.webservice.dynamicClient
-
Security configuration class of a DynamicClient.
- SecurityProperties() - Constructor for class jade.webservice.dynamicClient.SecurityProperties
-
Create a SecurityProperties
- ServiceInfo - Class in jade.webservice.dynamicClient
-
Descriptor of a service exposed by the web-service.
- setAction(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setActor(String) - Method in class jade.webservice.dynamicClient.HeaderInfo
-
- setClassPath(StringBuilder) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the class-path used to initialize the DynamicClient
- setDefaultEndpoint(URL) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the default url of wsdl endpoint.
- setDefaultHttpPassword(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the current default password for HTTP Basic Authentication
- setDefaultHttpUsername(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the current default username for HTTP Basic Authentication
- setDefaultPort(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the default value of wsdl port.
- setDefaultService(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the default name of wsdl service.
- setDefaultTimeout(int) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the default value for timeout call.
- setDefaultWSSMustUnderstand(boolean) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set mustUnderstand flag for WS Security specifications - UsernameToken profile
- setDefaultWSSPassword(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the current default password for WS Security specifications - UsernameToken profile
- setDefaultWSSPasswordType(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the current default password type for WS Security specifications - UsernameToken profile
- setDefaultWSSTimeToLive(int) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set defaultWSSTimeToLive value in second for WS Security specifications - Timestamp
- setDefaultWSSUsername(String) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the current default username for WS Security specifications - UsernameToken profile
- setDiscoverTimeout(long) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the discover timeout (in ms) used to initialize the DynamicClient
Default is 45s
- setFaultTo(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setFrom(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setHeader(String, AbsObject) - Method in class jade.webservice.dynamicClient.WSData
-
Set the abstract value for specific header
- setHeader(String, String) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive string value for specific header
- setHeader(String, boolean) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive boolean value for specific header
- setHeader(String, int) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive int value for specific header
- setHeader(String, long) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive long value for specific header
- setHeader(String, float) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive float value for specific header
- setHeader(String, double) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive double value for specific header
- setHeader(String, Date) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive Date value for specific header
- setHeader(String, byte[]) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive byte-sequence value for specific header
- setHttpPassword(String) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set the current password for HTTP Basic Authentication
- setHttpUsername(String) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set the current username for HTTP Basic Authentication
- setMessageID(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setMustUnderstand(Boolean) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setMustUnderstand(boolean) - Method in class jade.webservice.dynamicClient.HeaderInfo
-
- setNonProxyHosts(String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set the list of host excluded from proxy.
- setNonProxyHosts(String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set the list of host excluded from proxy.
- setNoWrap(boolean) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the no-wrap flag used to initialize the DynamicClient
- setPackageName(String) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the package-name used to initialize the DynamicClient
- setParameter(String, AbsObject) - Method in class jade.webservice.dynamicClient.WSData
-
Set the abstract value for specific parameter
- setParameter(String, String) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive string value for specific parameter
- setParameter(String, boolean) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive boolean value for specific parameter
- setParameter(String, int) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive int value for specific parameter
- setParameter(String, long) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive long value for specific parameter
- setParameter(String, float) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive float value for specific parameter
- setParameter(String, double) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive double value for specific parameter
- setParameter(String, Date) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive Date value for specific parameter
- setParameter(String, byte[]) - Method in class jade.webservice.dynamicClient.WSData
-
Set a primitive byte-sequence value for specific parameter
- setProperties(DynamicClientProperties) - Method in class jade.webservice.dynamicClient.DynamicClient
-
Set the configuration properties of DynamicClient
- setProxyAuthentication(String, String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set proxy authentication credentials
- setProxyAuthentication(String, String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set proxy authentication credentials
- setProxyHost(String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set the host of proxy
- setProxyHost(String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set the host of proxy
- setProxyPort(String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set the port of proxy
- setProxyPort(String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set the port of proxy
- setReferenceParametersType(ReferenceParametersType) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setReferencePropertiesType(ReferencePropertiesType) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setRelatesTo(List<RelatesTo>) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setRelay(boolean) - Method in class jade.webservice.dynamicClient.HeaderInfo
-
- setReplyTo(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setSafeMode(boolean) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the safe-mode flag used to initialize the DynamicClient
- setSendDefaultFrom(Boolean) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setSendDefaultMessageID(Boolean) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setSendDefaultTo(Boolean) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setTmpDir(String) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the temp-dir used to initialize the DynamicClient
- setTo(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setTrustStore(String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set the file of the trust-store
- setTrustStore(String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set the file of the trust-store
- setTrustStorePassword(String) - Static method in class jade.webservice.dynamicClient.DynamicClient
-
Set the password of the trust-store
- setTrustStorePassword(String) - Static method in class jade.webservice.dynamicClient.DynamicClientCache
-
Set the password of the trust-store
- setVersion(String) - Method in class jade.webservice.dynamicClient.AddressingProperties
-
- setWrapArrays(boolean) - Method in class jade.webservice.dynamicClient.DynamicClientProperties
-
Set the wrap-arrays flag used to initialize the DynamicClient
- setWSSMustUnderstand(boolean) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set mustUnderstand flag for WS Security specifications - UsernameToken profile
- setWSSPassword(String) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set the current password for WS Security specifications - UsernameToken profile
- setWSSPasswordType(String) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set the current password type for WS Security specifications - UsernameToken profile
- setWSSTimeToLive(int) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set LifeTime in seconds for WS Security specifications - Timestamp
- setWSSUsername(String) - Method in class jade.webservice.dynamicClient.SecurityProperties
-
Set the current username for WS Security specifications - UsernameToken profile