A C D E F G H I J M O P R S T U V W X 

A

AddressingProperties - Class in jade.webservice.dynamicClient
 
AddressingProperties() - Constructor for class jade.webservice.dynamicClient.AddressingProperties
 

C

clear() - Method in class jade.webservice.dynamicClient.DynamicClientCache
Remove all cached wsdls

D

disableCertificateChecking() - Static method in class jade.webservice.dynamicClient.DynamicClient
Disable the checking of security certificate
disableCertificateChecking() - Static method in class jade.webservice.dynamicClient.DynamicClientCache
Disable the checking of security certificate
DynamicClient - Class in jade.webservice.dynamicClient
The DynamicClient allows to make calls to web-services without create stub, SOAP messages or generate java classes but simply providing the url of the WSDL (Web Service Description Language) and (where necessary) using abstract descriptors (AbsObject) to managing the complex parameters.
DynamicClient() - Constructor for class jade.webservice.dynamicClient.DynamicClient
Create a new DynamicClient
DynamicClient.State - Enum in jade.webservice.dynamicClient
State of DynamicClient.
DynamicClientCache - Class in jade.webservice.dynamicClient
Singleton and thread-safe cache manager of DynamicClients.
DynamicClientException - Exception in jade.webservice.dynamicClient
This class is used for reporting exceptions of DynamicClient.
DynamicClientException() - Constructor for exception jade.webservice.dynamicClient.DynamicClientException
 
DynamicClientException(String) - Constructor for exception jade.webservice.dynamicClient.DynamicClientException
 
DynamicClientException(Throwable) - Constructor for exception jade.webservice.dynamicClient.DynamicClientException
 
DynamicClientException(String, Throwable) - Constructor for exception jade.webservice.dynamicClient.DynamicClientException
 
DynamicClientProperties - Class in jade.webservice.dynamicClient
Configuration class of a DynamicClient.
DynamicClientProperties() - Constructor for class jade.webservice.dynamicClient.DynamicClientProperties
Create a DynamicClientProperties
DynamicClientShell - Class in jade.webservice.dynamicClient
 
DynamicClientShell() - Constructor for class jade.webservice.dynamicClient.DynamicClientShell
 

E

enableCertificateChecking() - Static method in class jade.webservice.dynamicClient.DynamicClient
Enable the checking of security certificate
enableCertificateChecking() - Static method in class jade.webservice.dynamicClient.DynamicClientCache
Enable the checking of security certificate

F

fromObject(Object, Ontology) - Method in class jade.webservice.XsdPrimitivesOntology
This method is redefined as XsdPrimitivesOntology does not use an Introspector for performance reason

G

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

H

HeaderInfo - Class in jade.webservice.dynamicClient
Descriptor of a header exposed by the web-service.

I

IN - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 
initClient(URI) - Method in class jade.webservice.dynamicClient.DynamicClient
Initialize the DynamicClient with the specified wsdl.
initClient(URI, String, String) - Method in class jade.webservice.dynamicClient.DynamicClient
Initialize the DynamicClient with the specified wsdl.
INOUT - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 
invoke(String, WSData) - Method in class jade.webservice.dynamicClient.DynamicClient
Invoke a web-service operation using default call values.
invoke(String, String, String, URL, int, WSData) - Method in class jade.webservice.dynamicClient.DynamicClient
Invoke a web-service operation.
invoke(String, String, String, URL, int, SecurityProperties, WSData) - Method in class jade.webservice.dynamicClient.DynamicClient
Invoke a web-service operation.
invoke(String, String, String, URL, int, SecurityProperties, AddressingProperties, WSData) - Method in class jade.webservice.dynamicClient.DynamicClient
Invoke a web-service operation.
isDefaultWSSMustUnderstand() - Method in class jade.webservice.dynamicClient.DynamicClient
Get mustUnderstand flag for WS Security specifications - UsernameToken profile
isHeaderEmpty(String) - Method in class jade.webservice.dynamicClient.WSData
Tests if specific header is not present in this data container
isMandatory() - Method in class jade.webservice.dynamicClient.ParameterInfo
Tests if this parameter is mandatory for the operation
isMustUnderstand() - Method in class jade.webservice.dynamicClient.AddressingProperties
 
isMustUnderstand() - Method in class jade.webservice.dynamicClient.HeaderInfo
 
isNoWrap() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
Tests the no-wrap flag used to initialize the DynamicClient
ISO8601_DATE_FORMAT - Static variable in class jade.webservice.dynamicClient.DynamicClient
W3C-ISO8601 date format used in conversion from String to Date
isParameterEmpty(String) - Method in class jade.webservice.dynamicClient.WSData
Tests if specific parameter is not present in this data container
isRelay() - Method in class jade.webservice.dynamicClient.HeaderInfo
 
isSafeMode() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
Tests the safe-mode flag used to initialize the DynamicClient
isSendDefaultFrom() - Method in class jade.webservice.dynamicClient.AddressingProperties
 
isSendDefaultMessageID() - Method in class jade.webservice.dynamicClient.AddressingProperties
 
isSendDefaultTo() - Method in class jade.webservice.dynamicClient.AddressingProperties
 
isWrapArrays() - Method in class jade.webservice.dynamicClient.DynamicClientProperties
Tests the wrap-arrays flag used to initialize the DynamicClient
isWSSMustUnderstand() - Method in class jade.webservice.dynamicClient.SecurityProperties
Get mustUnderstand flag for WS Security specifications - UsernameToken profile

J

jade.webservice - package jade.webservice
 
jade.webservice.dynamicClient - package jade.webservice.dynamicClient
 

M

main(String[]) - Static method in class jade.webservice.dynamicClient.DynamicClientShell
 
messageElement2Xml(MessageElement) - Static method in class jade.webservice.XsdPrimitivesOntology
Convert a org.apache.axis.message.MessageElement into string containing an xml Used to manage the wsdl tag

O

OperationInfo - Class in jade.webservice.dynamicClient
Descriptor of a operation exposed by the web-service.
OUT - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 

P

ParameterInfo - Class in jade.webservice.dynamicClient
Descriptor of a parameter exposed by the web-service.
PortInfo - Class in jade.webservice.dynamicClient
Descriptor of a port exposed by the web-service.
PW_DIGEST - Static variable in class jade.webservice.dynamicClient.SecurityProperties
 
PW_TEXT - Static variable in class jade.webservice.dynamicClient.SecurityProperties
 

R

remove(URI) - Method in class jade.webservice.dynamicClient.DynamicClientCache
Remove a cached wsdl
RETURN - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 

S

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

T

toObject(AbsObject, String, Ontology) - Method in class jade.webservice.XsdPrimitivesOntology
This method is redefined as XsdPrimitivesOntology does not use an Introspector for performance reason
toString() - Method in class jade.webservice.dynamicClient.ParameterInfo
 
toString() - Method in class jade.webservice.dynamicClient.WSData
 

U

UNBOUNDED - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 
UNDEFINED - Static variable in class jade.webservice.dynamicClient.ParameterInfo
 
update(URI) - Method in class jade.webservice.dynamicClient.DynamicClientCache
Update a DynamicClient for specified wsdl uri.
update(URI, DynamicClientProperties) - Method in class jade.webservice.dynamicClient.DynamicClientCache
Update a DynamicClient for specified wsdl uri.
update(URI, String, String, DynamicClientProperties) - Method in class jade.webservice.dynamicClient.DynamicClientCache
Update a DynamicClient for specified wsdl uri.

V

valueOf(String) - Static method in enum jade.webservice.dynamicClient.DynamicClient.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum jade.webservice.dynamicClient.DynamicClient.State
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_2003_03 - Static variable in class jade.webservice.dynamicClient.AddressingProperties
 
VERSION_2004_03 - Static variable in class jade.webservice.dynamicClient.AddressingProperties
 
VERSION_2004_08 - Static variable in class jade.webservice.dynamicClient.AddressingProperties
 
VERSION_2005_08 - Static variable in class jade.webservice.dynamicClient.AddressingProperties
 

W

WSData - Class in jade.webservice.dynamicClient
Data container for input/output parameters/headers of DynamicCliet invocation.
WSData() - Constructor for class jade.webservice.dynamicClient.WSData
 

X

xml2MessageElement(String) - Static method in class jade.webservice.XsdPrimitivesOntology
Convert a string containing a xml into a org.apache.axis.message.MessageElement Used to manage the wsdl tag
XsdPrimitivesOntology - Class in jade.webservice
This class implements an ontology containing schemas for ExtendedPrimitive types
A C D E F G H I J M O P R S T U V W X