Interface | Description |
---|---|
SoapClientHandlerInterface<T> |
Interface for SOAP client handlers.
|
SoapServiceDescriptor |
Describes a SOAP service.
|
Class | Description |
---|---|
AuthorizationHeaderHandler |
Handler for
Authorization headers that can be set on the SOAP
client. |
ProductFrameworkModule |
Module for the product/framework.
|
RequestInfo |
Contains information about the request that was made.
|
RequestInfo.Builder |
Builder for
RequestInfo objects. |
ResponseInfo |
Contains information about the response from the request that was made.
|
ResponseInfo.Builder |
Builder for
ResponseInfo objects. |
SoapCall<T> |
Represents a single call to the SOAP client.
|
SoapCallReturn |
Used to package a SOAP call's return.
|
SoapCallReturn.Builder |
Builder for
SoapCallReturn objects. |
SoapClientHandler<T> |
Base class for SOAP client handlers.
|
SoapServiceClient<T> |
The
SoapServiceClient class pairs together the soapClient and
soapClientHandler so that calls made through the
SoapServiceClient.invoke(Object, Method, Object[]) method can be dispatched and
handled correctly in the SOAP layer. |
Copyright © 2017. All Rights Reserved.