クラス BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway>

型パラメーター:
S - ターゲット BaseWsInboundGatewaySpec 実装型。
E - ターゲット AbstractWebServiceInboundGateway 実装型。
実装されたすべてのインターフェース:
DisposableBeanFactoryBean<E>InitializingBeanLifecyclePhasedSmartLifecycle
既知の直属サブクラス
MarshallingWsInboundGatewaySpecSimpleWsInboundGatewaySpec

public abstract class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway> extends MessagingGatewaySpec<S,E>
Web サービスのベース MessagingGatewaySpec
導入:
5.3
作成者:
Gary Russell, Artem Bilan
  • コンストラクターの詳細

    • BaseWsInboundGatewaySpec

      protected BaseWsInboundGatewaySpec(E gateway)
      提供された AbstractWebServiceInboundGateway に基づいてインスタンスを構築します。
  • メソッドの詳細

    • headerMapper

      public S headerMapper(SoapHeaderMapper headerMapper)
      ヘッダーマッパーを構成します。
      パラメーター:
      headerMapper - マッパー。
      戻り値:
      スペック。