クラス MarshallingWebServiceInboundGateway
java.lang.ObjectSE
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.endpoint.AbstractEndpoint
org.springframework.integration.gateway.MessagingGatewaySupport
org.springframework.integration.ws.inbound.AbstractWebServiceInboundGateway
org.springframework.integration.ws.inbound.MarshallingWebServiceInboundGateway
org.springframework.integration.ws.MarshallingWebServiceInboundGateway
- 実装されているすべてのインターフェース:
Aware、BeanFactoryAware、BeanNameAware、DisposableBean、InitializingBean、ApplicationContextAware、Lifecycle、Phased、SmartLifecycle、ComponentSourceAware、ExpressionCapable、OrderlyShutdownCapable、IntegrationPattern、NamedComponent、IntegrationInboundManagement、IntegrationManagement、ManageableLifecycle、ManageableSmartLifecycle、TrackableComponent、MessageEndpoint
@DeprecatedSE(forRemoval=true,
since="7.0")
public class MarshallingWebServiceInboundGateway
extends MarshallingWebServiceInboundGateway
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。
- 導入:
- 1.0.2
- 作成者:
- Mark Fisher, Oleg Zhurakousky, Gary Russell
ネストされたクラスの要約
クラス org.springframework.integration.gateway.MessagingGatewaySupport から継承されたネストクラス / インターフェース
MessagingGatewaySupport.ConvertingMessagingTemplateインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたネストクラス / インターフェース
IntegrationManagement.ManagementOverridesフィールドのサマリー
クラス org.springframework.integration.gateway.MessagingGatewaySupport から継承されたフィールド
messagingTemplateクラス org.springframework.integration.endpoint.AbstractEndpoint から継承されたフィールド
lifecycleLockクラス org.springframework.integration.context.IntegrationObjectSupport から継承されたフィールド
EXPRESSION_PARSER, loggerインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたフィールド
METER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAMEインターフェース org.springframework.context.SmartLifecycle から継承されたフィールド
DEFAULT_PHASEコンストラクターの概要
コンストラクターコンストラクター説明非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。新しいMarshallingWebServiceInboundGatewayを作成します。MarshallingWebServiceInboundGateway(Marshaller marshaller) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたマーシャラーを使用して新しいMarshallingWebServiceInboundGatewayを作成します。MarshallingWebServiceInboundGateway(Marshaller marshaller, Unmarshaller unmarshaller) 非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたマーシャラーとアンマーシャラーを使用して新しいMarshallingWebServiceInboundGatewayを作成します。方法の概要
クラス org.springframework.integration.ws.inbound.MarshallingWebServiceInboundGateway から継承されたメソッド
doInvoke, onInit, setMarshaller, setUnmarshallerクラス org.springframework.integration.ws.inbound.AbstractWebServiceInboundGateway から継承されたメソッド
afterShutdown, beforeShutdown, fromSoapHeaders, getComponentType, getHeaderMapper, invoke, setHeaderMapper, toSoapHeadersクラス org.springframework.integration.gateway.MessagingGatewaySupport から継承されたメソッド
buildErrorMessage, buildSendTimer, destroy, doStart, doStop, getErrorChannel, getErrorMessageAttributes, getErrorMessageStrategy, getIntegrationPatternType, getManagedName, getManagedType, getOverrides, getReplyChannel, getRequestChannel, isLoggingEnabled, isObserved, receive, receive, receiveMessage, receiveMessage, registerMetricsCaptor, registerObservationRegistry, registerReplyMessageCorrelatorIfNecessary, send, sendAndReceive, sendAndReceiveMessage, sendAndReceiveMessageReactive, sendTimer, setErrorChannel, setErrorChannelName, setErrorMessageStrategy, setErrorOnTimeout, setLoggingEnabled, setManagedName, setManagedType, setObservationConvention, setReceiverObservationConvention, setReplyChannel, setReplyChannelName, setReplyMapper, setReplyTimeout, setRequestChannel, setRequestChannelName, setRequestMapper, setRequestTimeout, setShouldTrackクラス org.springframework.integration.endpoint.AbstractEndpoint から継承されたメソッド
doStop, getPhase, getRole, isActive, isAutoStartup, isRunning, setAutoStartup, setPhase, setRole, start, stop, stopクラス org.springframework.integration.context.IntegrationObjectSupport から継承されたメソッド
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentDescription, getComponentName, getComponentSource, getConversionService, getExpression, getIntegrationProperties, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentDescription, setComponentName, setComponentSource, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSEインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたメソッド
getThisAsインターフェース org.springframework.integration.support.context.NamedComponent から継承されたメソッド
getBeanName, getComponentNameインターフェース org.springframework.context.SmartLifecycle から継承されたメソッド
isPauseable
コンストラクターの詳細
MarshallingWebServiceInboundGateway
public MarshallingWebServiceInboundGateway()非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。MarshallingWebServiceInboundGateway
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたマーシャラーを使用して新しいMarshallingWebServiceInboundGatewayを作成します。マーシャラーは、マーシャリングとアンマーシャリングの両方に使用されるため、Unmarshallerも実装する必要があります。Spring-OXM のすべての
Marshaller実装はUnmarshallerインターフェースも実装しているため、これらの実装のいずれにもこのコンストラクターを安全に使用できることに注意してください。- パラメーター:
marshaller- マーシャラーおよびアンマーシャラーとして使用されるオブジェクト- 例外:
IllegalArgumentExceptionSE-marshallerがUnmarshallerを実装していない場合- 関連事項:
MarshallingWebServiceInboundGateway
非推奨、削除予定: この API 要素は、将来のバージョンで削除される可能性があります。指定されたマーシャラーとアンマーシャラーを使用して新しいMarshallingWebServiceInboundGatewayを作成します。- パラメーター:
marshaller- マーシャラー。unmarshaller- アンマーシャラー。
MarshallingWebServiceInboundGatewayを推奨