クラス RmiOutboundGateway
java.lang.ObjectSE
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.MessageHandlerSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.handler.AbstractMessageProducingHandler
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
org.springframework.integration.rmi.RmiOutboundGateway
- 実装されているすべてのインターフェース:
org.reactivestreams.Subscriber<Message<?>>、Aware、BeanClassLoaderAware、BeanFactoryAware、BeanNameAware、DisposableBean、InitializingBean、ApplicationContextAware、Ordered、ExpressionCapable、Orderable、MessageProducer、HeaderPropagationAware、IntegrationPattern、NamedComponent、IntegrationManagement、TrackableComponent、MessageHandler、reactor.core.CoreSubscriber<Message<?>>
@DeprecatedSE public class RmiOutboundGateway extends AbstractReplyProducingMessageHandler
使用すべきではありません。
5.4 以降、代替はありません。
RMI ベースのリモーティング用の送信メッセージングゲートウェイ。
- 作成者:
- Mark Fisher, Gary Russell, Artem Bilan
ネストされたクラスの要約
ネストされたクラス 修飾子と型 クラス 説明 static interfaceRmiOutboundGateway.RmiProxyFactoryBeanConfigurer使用すべきではありません。RMI プロキシが作成される前に、プロキシファクトリ Bean の設定を許可します。クラス org.springframework.integration.handler.AbstractReplyProducingMessageHandler から継承されたネストクラス / インターフェース
AbstractReplyProducingMessageHandler.RequestHandlerインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたネストクラス / インターフェース
IntegrationManagement.ManagementOverridesフィールドのサマリー
クラス org.springframework.integration.handler.AbstractMessageProducingHandler から継承されたフィールド
messagingTemplateクラス org.springframework.integration.context.IntegrationObjectSupport から継承されたフィールド
EXPRESSION_PARSER, loggerインターフェース org.springframework.integration.support.management.IntegrationManagement から継承されたフィールド
METER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAMEコンストラクターの概要
コンストラクター コンストラクター 説明 RmiOutboundGateway(StringSE url)使用すべきではありません。デフォルトのRmiProxyFactoryBeanから構築された `RequestReplyExchanger` を使用してインスタンスを構築します。RmiOutboundGateway(StringSE url, RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)使用すべきではありません。構成者が変更できるデフォルトのRmiProxyFactoryBeanから構築された `RequestReplyExchanger` を使用してインスタンスを作成します。メソッドのサマリー
修飾子と型 メソッド 説明 StringSEgetComponentType()使用すべきではありません。サブクラスはこのメソッドを実装して、コンポーネント型情報を提供できます。ObjectSEhandleRequestMessage(Message<?> requestMessage)使用すべきではありません。サブクラスはこのメソッドを実装して、リクエストメッセージを処理する必要があります。voidsetReplyChannel(MessageChannel replyChannel)使用すべきではありません。クラス org.springframework.integration.handler.AbstractReplyProducingMessageHandler から継承されたメソッド
doInit, doInvokeAdvisedRequestHandler, getBeanClassLoader, getIntegrationPatternType, getRequiresReply, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setRequiresReplyクラス org.springframework.integration.handler.AbstractMessageProducingHandler から継承されたメソッド
addNotPropagatedHeaders, createOutputMessage, getNotPropagatedHeaders, getOutputChannel, isAsync, messageBuilderForReply, produceOutput, resolveErrorChannel, sendErrorMessage, sendOutput, sendOutputs, setAsync, setNotPropagatedHeaders, setOutputChannel, setOutputChannelName, setSendTimeout, shouldCopyRequestHeaders, shouldSplitOutput, updateNotPropagatedHeadersクラス org.springframework.integration.handler.AbstractMessageHandler から継承されたメソッド
handleMessage, onComplete, onError, onNext, onSubscribeクラス org.springframework.integration.handler.MessageHandlerSupport から継承されたメソッド
buildSendTimer, destroy, getManagedName, getManagedType, getMetricsCaptor, getOrder, getOverrides, isLoggingEnabled, registerMetricsCaptor, sendTimer, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, shouldTrackクラス org.springframework.integration.context.IntegrationObjectSupport から継承されたメソッド
afterPropertiesSet, extractTypeIfPossible, generateId, getApplicationContext, getApplicationContextId, getBeanDescription, getBeanFactory, getBeanName, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, isInitialized, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, 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
コンストラクターの詳細
RmiOutboundGateway
使用すべきではありません。デフォルトのRmiProxyFactoryBeanから構築された `RequestReplyExchanger` を使用してインスタンスを構築します。- パラメーター:
url- URL。
RmiOutboundGateway
public RmiOutboundGateway(StringSE url, RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)使用すべきではありません。構成者が変更できるデフォルトのRmiProxyFactoryBeanから構築された `RequestReplyExchanger` を使用してインスタンスを作成します。- パラメーター:
url- URL。configurer-RmiOutboundGateway.RmiProxyFactoryBeanConfigurer- 導入:
- 4.3.2
メソッドの詳細
setReplyChannel
使用すべきではありません。getComponentType
使用すべきではありません。クラスからコピーされた説明:IntegrationObjectSupportサブクラスはこのメソッドを実装して、コンポーネント型情報を提供できます。- 次で指定:
- インターフェース
NamedComponentのgetComponentType - オーバーライド:
- クラス
MessageHandlerSupportのgetComponentType
handleRequestMessage
使用すべきではありません。クラスからコピーされた説明:AbstractReplyProducingMessageHandlerサブクラスはこのメソッドを実装して、リクエストメッセージを処理する必要があります。戻り値は、メッセージ、MessageBuilder、任意のプレーンオブジェクトです。基本クラスは、これらの開始点のいずれかからの返信メッセージの最終的な作成を処理します。戻り値が null の場合、メッセージフローはここで終了します。- 次で指定:
- クラス
AbstractReplyProducingMessageHandlerのhandleRequestMessage - パラメーター:
requestMessage- リクエストメッセージ。- 戻り値:
- メッセージを処理した結果、または
null