クラス SimpleWsInboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
- 実装されているすべてのインターフェース:
DisposableBean、FactoryBean<SimpleWebServiceInboundGateway>、InitializingBean、Lifecycle、Phased、SmartLifecycle
public class SimpleWsInboundGatewaySpec
extends BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
- 導入:
- 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コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明extractPayload(boolean extract) リクエストから payloadSource を抽出するか、リクエスト全体をペイロードとして使用するには true を指定します。デフォルトは true です。クラス org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec から継承されたメソッド
headerMapperクラス 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
コンストラクターの詳細
SimpleWsInboundGatewaySpec
protected SimpleWsInboundGatewaySpec()
メソッドの詳細
extractPayload
リクエストから payloadSource を抽出するか、リクエスト全体をペイロードとして使用するには true を指定します。デフォルトは true です。- パラメーター:
extract- 抽出するのは本当です。- 戻り値:
- スペック。