クラス BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway>
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<S,E>
org.springframework.integration.dsl.MessagingGatewaySpec<S,E>
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<S,E>
- 型パラメーター:
S
- ターゲットBaseWsInboundGatewaySpec
実装型。E
- ターゲットAbstractWebServiceInboundGateway
実装型。
- 実装されたすべてのインターフェース:
DisposableBean
、FactoryBean<E>
、InitializingBean
、Lifecycle
、Phased
、SmartLifecycle
public abstract class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway>
extends MessagingGatewaySpec<S,E>
Web サービスのベース
MessagingGatewaySpec
。- 導入:
- 5.3
- 作成者:
- Gary Russell, Artem Bilan
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクター修飾子コンストラクター説明protected
BaseWsInboundGatewaySpec
(E gateway) 提供されたAbstractWebServiceInboundGateway
に基づいてインスタンスを構築します。メソッドのサマリー
クラス org.springframework.integration.dsl.MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.beans.factory.FactoryBean から継承されたメソッド
isSingleton
コンストラクターの詳細
BaseWsInboundGatewaySpec
提供されたAbstractWebServiceInboundGateway
に基づいてインスタンスを構築します。
メソッドの詳細
headerMapper
ヘッダーマッパーを構成します。- パラメーター:
headerMapper
- マッパー。- 戻り値:
- スペック。