public final class Ws extends ObjectSE
| 修飾子と型 | メソッドと説明 |
|---|---|
static MarshallingWsInboundGatewaySpec | marshallingInboundGateway() インスタンスの作成。 |
static MarshallingWsInboundGatewaySpec | marshallingInboundGateway(Marshaller marshaller) 提供されている Marshaller を使用してインスタンスを作成します(Unmarshaller も実装する必要があります)。 |
static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec | marshallingOutboundGateway() デフォルトの WebServiceTemplate でインスタンスを作成します。 |
static MarshallingWsOutboundGatewaySpec | marshallingOutboundGateway(WebServiceTemplate template) 提供された WebServiceTemplate を使用してインスタンスを作成します。 |
static SimpleWsInboundGatewaySpec | simpleInboundGateway() インスタンスの作成。 |
static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec | simpleOutboundGateway() インスタンスの作成。 |
static SimpleWsOutboundGatewaySpec | simpleOutboundGateway(WebServiceTemplate template) 提供された WebServiceTemplate を使用してインスタンスを作成します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic static MarshallingWsInboundGatewaySpec marshallingInboundGateway()
public static MarshallingWsInboundGatewaySpec marshallingInboundGateway(Marshaller marshaller)
Marshaller を使用してインスタンスを作成します(Unmarshaller も実装する必要があります)。marshaller - マーシャラー。public static SimpleWsInboundGatewaySpec simpleInboundGateway()
public static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshallingOutboundGateway()
WebServiceTemplate でインスタンスを作成します。public static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(WebServiceTemplate template)
WebServiceTemplate を使用してインスタンスを作成します。template - テンプレート。public static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()
public static SimpleWsOutboundGatewaySpec simpleOutboundGateway(WebServiceTemplate template)
WebServiceTemplate を使用してインスタンスを作成します。template - テンプレート。