Class Ws
java.lang.Object
org.springframework.integration.ws.dsl.Ws
Factory class for web service components.
- Since:
- 5.3
- Author:
- Gary Russell, Artem Bilan
- 
Method SummaryModifier and TypeMethodDescriptionCreate an instance.marshallingInboundGateway(Marshaller marshaller) Create an instance with the providedMarshaller(which must also implementUnmarshaller).Create an instance with a defaultWebServiceTemplate.marshallingOutboundGateway(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate.static SimpleWsInboundGatewaySpecCreate an instance.Create an instance.static SimpleWsOutboundGatewaySpecsimpleOutboundGateway(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate.
- 
Method Details- 
marshallingInboundGatewayCreate an instance.- Returns:
- the spec.
 
- 
marshallingInboundGatewayCreate an instance with the providedMarshaller(which must also implementUnmarshaller).- Parameters:
- marshaller- the marshaller.
- Returns:
- the spec.
 
- 
simpleInboundGatewayCreate an instance.- Returns:
- the spec.
 
- 
marshallingOutboundGatewaypublic static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshallingOutboundGateway()Create an instance with a defaultWebServiceTemplate.- Returns:
- the spec.
 
- 
marshallingOutboundGatewaypublic static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate.- Parameters:
- template- the template.
- Returns:
- the spec.
 
- 
simpleOutboundGatewaypublic static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()Create an instance.- Returns:
- the spec.
 
- 
simpleOutboundGatewayCreate an instance with the providedWebServiceTemplate.- Parameters:
- template- the template.
- Returns:
- the spec.
 
 
-