All Classes

Class Description
AbstractWebServiceInboundGateway  
AbstractWebServiceOutboundGateway
Base class for outbound Web Service-invoking Messaging Gateways.
BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,​E>,​E extends AbstractWebServiceInboundGateway>
Base MessagingGatewaySpec for web services.
BaseWsOutboundGatewaySpec<S extends BaseWsOutboundGatewaySpec<S,​E>,​E extends AbstractWebServiceOutboundGateway>
The base MessageHandlerSpec for AbstractWebServiceOutboundGateways.
DefaultSoapHeaderMapper
A HeaderMapper implementation for mapping to and from a SoapHeader.
MarshallingWebServiceInboundGateway  
MarshallingWebServiceOutboundGateway
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
MarshallingWsInboundGatewaySpec
MarshallingWsOutboundGatewaySpec
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
Spec for a MarshallingWebServiceOutboundGateway where an external WebServiceTemplate is not provided.
ServiceUnavailableException
The WebServiceException extension to indicate that the server endpoint is temporary unavailable.
SimpleWebServiceInboundGateway  
SimpleWebServiceOutboundGateway
An outbound Messaging Gateway for invoking a Web Service.
SimpleWsInboundGatewaySpec
SimpleWsOutboundGatewaySpec
SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
Spec for a SimpleWebServiceOutboundGateway where an external WebServiceTemplate is not provided.
SoapHeaderMapper
A convenience interface that extends RequestReplyHeaderMapper, parameterized with SoapHeader.
WebServiceHeaderEnricherParser  
WebServiceHeaders
Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers.
WebServiceInboundGatewayParser  
WebServiceOutboundGatewayParser
Parser for the <outbound-gateway/> element in the 'ws' namespace.
Ws
Factory class for web service components.
WsIntegrationConfigurationInitializer
The IntegrationConfigurationInitializer implementation for the WebService module.
WsNamespaceHandler