クラス 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
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター修飾子コンストラクター説明protectedBaseWsInboundGatewaySpec(E gateway) 提供されたAbstractWebServiceInboundGatewayに基づいてインスタンスを構築します。方法の概要
クラス MessagingGatewaySpec から継承されたメソッド
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackクラス IntegrationComponentSpec から継承されたメソッド
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopクラス ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース FactoryBean から継承されたメソッド
isSingletonインターフェース SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
BaseWsInboundGatewaySpec
提供されたAbstractWebServiceInboundGatewayに基づいてインスタンスを構築します。
方法の詳細
headerMapper
ヘッダーマッパーを構成します。- パラメーター:
headerMapper- マッパー。- 戻り値:
- スペック。