Spring Integration

Package org.springframework.integration.ws

Provides several inbound and outbound Web Service components.

See:
          Description

Interface Summary
SoapHeaderMapper A convenience interface that extends HeaderMapper but parameterized with SoapHeader.
 

Class Summary
AbstractWebServiceInboundGateway  
AbstractWebServiceOutboundGateway Base class for outbound Web Service-invoking Messaging Gateways.
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.
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.
 

Package org.springframework.integration.ws Description

Provides several inbound and outbound Web Service components. Also contains support classes (e.g. Header Mapper)


Spring Integration