See: Description
Class | Description |
---|---|
LicasWsdlModel |
This is an empty base class to allow for compatibility with the licas soap package.
|
WsdlBinding |
This class stores service binding details.
|
WsdlEndpoint |
This class stores information on an endpoint address for a service.
|
WsdlFault |
This class store information for a wsdl fault process description.
|
WsdlInterface |
This class describes a particular web services interface, by storing related
operation names.
|
WsdlMessage |
This class can be used ot store wsdl message information.
|
WsdlModel |
This class describes an entire wsdl document and stores the info in Java objects.
|
WsdlOperation |
This class describes an operation that can be called on a web service.
|
WsdlParamInfo |
This class stores parameter details for a web services message.
|
WsdlPort |
This class stores details for a single port type relating to a specific service.
|
WsdlService |
This class stores information on a single Web Service service call.
|
WsdlTypes |
This class stores the type definitions for a wsdl document.
|