クラス MarshallingWsInboundGatewaySpec
java.lang.ObjectSE
org.springframework.integration.dsl.IntegrationComponentSpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- 実装済みのインターフェース一覧:
DisposableBean, FactoryBean<MarshallingWebServiceInboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class MarshallingWsInboundGatewaySpec
extends BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
- 導入:
- 5.3
- 作成者:
- Gary Russell, Artem Bilan
フィールド概要
クラス IntegrationComponentSpec から継承されたフィールド
logger, PARSER, targetインターフェース FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTEインターフェース SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明marshaller(Marshaller marshaller) 使用するマーシャラーを指定します。unmarshaller(Unmarshaller unmarshaller) 使用するアンマーシャラーを指定します。クラス BaseWsInboundGatewaySpec から継承されたメソッド
headerMapperクラス 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
コンストラクターの詳細
MarshallingWsInboundGatewaySpec
protected MarshallingWsInboundGatewaySpec()
方法の詳細
marshaller
使用するマーシャラーを指定します。- パラメーター:
marshaller- マーシャラー。- 戻り値:
- スペック。
unmarshaller
使用するアンマーシャラーを指定します。marshaller(Marshaller)がUnmarshallerでもない場合に必要です。- パラメーター:
unmarshaller- アンマーシャラー。- 戻り値:
- スペック。