Package org.springframework.integration.ws
Provides several inbound and outbound Web Service components. Also contains
support classes (e.g. Header Mapper)
-
Interface Summary Interface Description SoapHeaderMapper A convenience interface that extendsRequestReplyHeaderMapper
, parameterized withSoapHeader
. -
Class Summary Class Description AbstractWebServiceInboundGateway AbstractWebServiceOutboundGateway Base class for outbound Web Service-invoking Messaging Gateways.DefaultSoapHeaderMapper AHeaderMapper
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.SimpleWebServiceInboundGateway SimpleWebServiceOutboundGateway An outbound Messaging Gateway for invoking a Web Service.WebServiceHeaders Pre-defined header names to be used when storing or retrieving Web Service properties to/from integration Message Headers. -
Exception Summary Exception Description ServiceUnavailableException TheWebServiceException
extension to indicate that the server endpoint is temporary unavailable.