クラス Ws
java.lang.ObjectSE
org.springframework.integration.ws.dsl.Ws
Web サービスコンポーネントのファクトリクラス。
- 導入:
- 5.3
- 作成者:
- Gary Russell, Artem Bilan
方法の概要
修飾子と型メソッド説明インスタンスの作成。marshallingInboundGateway(Marshaller marshaller) 提供されているMarshallerを使用してインスタンスを作成します(Unmarshallerも実装する必要があります)。デフォルトのWebServiceTemplateでインスタンスを作成します。marshallingOutboundGateway(WebServiceTemplate template) 提供されたWebServiceTemplateを使用してインスタンスを作成します。static SimpleWsInboundGatewaySpecインスタンスの作成。インスタンスの作成。static SimpleWsOutboundGatewaySpecsimpleOutboundGateway(WebServiceTemplate template) 提供されたWebServiceTemplateを使用してインスタンスを作成します。
方法の詳細
marshallingInboundGateway
インスタンスの作成。- 戻り値:
- スペック。
marshallingInboundGateway
提供されているMarshallerを使用してインスタンスを作成します(Unmarshallerも実装する必要があります)。- パラメーター:
marshaller- マーシャラー。- 戻り値:
- スペック。
simpleInboundGateway
インスタンスの作成。- 戻り値:
- スペック。
marshallingOutboundGateway
public static MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshallingOutboundGateway()デフォルトのWebServiceTemplateでインスタンスを作成します。- 戻り値:
- スペック。
marshallingOutboundGateway
public static MarshallingWsOutboundGatewaySpec marshallingOutboundGateway(WebServiceTemplate template) 提供されたWebServiceTemplateを使用してインスタンスを作成します。- パラメーター:
template- テンプレート。- 戻り値:
- スペック。
simpleOutboundGateway
public static SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec simpleOutboundGateway()インスタンスの作成。- 戻り値:
- スペック。
simpleOutboundGateway
提供されたWebServiceTemplateを使用してインスタンスを作成します。- パラメーター:
template- テンプレート。- 戻り値:
- スペック。