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 Summary
Modifier 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 SimpleWsInboundGatewaySpec
Create an instance.Create an instance.static SimpleWsOutboundGatewaySpec
simpleOutboundGateway
(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate
.
-
Method Details
-
marshallingInboundGateway
Create an instance.- Returns:
- the spec.
-
marshallingInboundGateway
Create an instance with the providedMarshaller
(which must also implementUnmarshaller
).- Parameters:
marshaller
- the marshaller.- Returns:
- the spec.
-
simpleInboundGateway
Create an instance.- Returns:
- the spec.
-
marshallingOutboundGateway
public static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshallingOutboundGateway()Create an instance with a defaultWebServiceTemplate
.- Returns:
- the spec.
-
marshallingOutboundGateway
public static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate
.- Parameters:
template
- the template.- Returns:
- the spec.
-
simpleOutboundGateway
public static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()Create an instance.- Returns:
- the spec.
-
simpleOutboundGateway
Create an instance with the providedWebServiceTemplate
.- Parameters:
template
- the template.- Returns:
- the spec.
-