クラス 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コンストラクターの概要
コンストラクター修飾子コンストラクター説明protectedBaseWsInboundGatewaySpec(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インターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
BaseWsInboundGatewaySpec
提供されたAbstractWebServiceInboundGatewayに基づいてインスタンスを構築します。
メソッドの詳細
headerMapper
ヘッダーマッパーを構成します。- パラメーター:
headerMapper- マッパー。- 戻り値:
- スペック。