クラス 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
フィールドのサマリー
クラス org.springframework.integration.dsl.IntegrationComponentSpec から継承されたフィールド
logger, PARSER, target
インターフェース org.springframework.beans.factory.FactoryBean から継承されたフィールド
OBJECT_TYPE_ATTRIBUTE
インターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASE
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明marshaller
(Marshaller marshaller) 使用するマーシャラーを指定します。unmarshaller
(Unmarshaller unmarshaller) 使用するアンマーシャラーを指定します。クラス 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
コンストラクターの詳細
MarshallingWsInboundGatewaySpec
protected MarshallingWsInboundGatewaySpec()
メソッドの詳細
marshaller
使用するマーシャラーを指定します。- パラメーター:
marshaller
- マーシャラー。- 戻り値:
- スペック。
unmarshaller
使用するアンマーシャラーを指定します。marshaller(org.springframework.oxm.Marshaller)
がUnmarshaller
でもない場合に必要です。- パラメーター:
unmarshaller
- アンマーシャラー。- 戻り値:
- スペック。