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.
|
RequestInfoXPathSet |
XPaths to capture from SOAP requests.
|
ResponseInfoXPathSet |
XPaths to capture from SOAP responses.
|
SoapCall<T> |
Represents a single call to the SOAP client.
|
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 © 2018. All Rights Reserved.