public final class Ws extends Object
public static MarshallingWsInboundGatewaySpec marshallingInboundGateway()
public static MarshallingWsInboundGatewaySpec marshallingInboundGateway(Marshaller marshaller)
Marshaller
(which must also implement
Unmarshaller
).marshaller
- the marshaller.public static SimpleWsInboundGatewaySpec simpleInboundGateway()
public static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshallingOutboundGateway()
WebServiceTemplate
.public static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(WebServiceTemplate template)
WebServiceTemplate
.template
- the template.public static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()
public static SimpleWsOutboundGatewaySpec simpleOutboundGateway(WebServiceTemplate template)
WebServiceTemplate
.template
- the template.