Class | Description |
---|---|
AddressingProperties | |
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.
|
DynamicClientCache |
Singleton and thread-safe cache manager of DynamicClients.
|
DynamicClientProperties |
Configuration class of a DynamicClient.
|
DynamicClientShell | |
HeaderInfo |
Descriptor of a header exposed by the web-service.
|
OperationInfo |
Descriptor of a operation exposed by the web-service.
|
ParameterInfo |
Descriptor of a parameter exposed by the web-service.
|
PortInfo |
Descriptor of a port exposed by the web-service.
|
SecurityProperties |
Security configuration class of a DynamicClient.
|
ServiceInfo |
Descriptor of a service exposed by the web-service.
|
WSData |
Data container for input/output parameters/headers of DynamicCliet invocation.
|
Enum | Description |
---|---|
DynamicClient.State |
State of DynamicClient.
|
Exception | Description |
---|---|
DynamicClientException |
This class is used for reporting exceptions of
DynamicClient . |