public final class Ws
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static MarshallingWsInboundGatewaySpec |
marshallingInboundGateway()
Create an instance.
|
static MarshallingWsInboundGatewaySpec |
marshallingInboundGateway(org.springframework.oxm.Marshaller marshaller)
Create an instance with the provided
Marshaller (which must also implement
Unmarshaller). |
static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
marshallingOutboundGateway()
Create an instance with a default
WebServiceTemplate. |
static MarshallingWsOutboundGatewaySpec |
marshallingOutboundGateway(org.springframework.ws.client.core.WebServiceTemplate template)
Create an instance with the provided
WebServiceTemplate. |
static SimpleWsInboundGatewaySpec |
simpleInboundGateway()
Create an instance.
|
static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec |
simpleOutboundGateway()
Create an instance.
|
static SimpleWsOutboundGatewaySpec |
simpleOutboundGateway(org.springframework.ws.client.core.WebServiceTemplate template)
Create an instance with the provided
WebServiceTemplate. |
public static MarshallingWsInboundGatewaySpec marshallingInboundGateway()
public static MarshallingWsInboundGatewaySpec marshallingInboundGateway(org.springframework.oxm.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(org.springframework.ws.client.core.WebServiceTemplate template)
WebServiceTemplate.template - the template.public static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()
public static SimpleWsOutboundGatewaySpec simpleOutboundGateway(org.springframework.ws.client.core.WebServiceTemplate template)
WebServiceTemplate.template - the template.