@Deprecated
public class RmiOutboundGateway
extends org.springframework.integration.handler.AbstractReplyProducingMessageHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer
Deprecated.
Allows configuration of the proxy factory bean before the RMI proxy is created.
|
messagingTemplateEXPRESSION_PARSER, logger| Constructor and Description |
|---|
RmiOutboundGateway(java.lang.String url)
Deprecated.
Construct an instance with a `RequestReplyExchanger` built from the
default
RmiProxyFactoryBean. |
RmiOutboundGateway(java.lang.String url,
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)
Deprecated.
Construct an instance with a `RequestReplyExchanger` built from the
default
RmiProxyFactoryBean which can be modified by the
configurer. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getComponentType()
Deprecated.
|
java.lang.Object |
handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
Deprecated.
|
void |
setReplyChannel(org.springframework.messaging.MessageChannel replyChannel)
Deprecated.
|
doInit, doInvokeAdvisedRequestHandler, getBeanClassLoader, getIntegrationPatternType, getRequiresReply, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setRequiresReplyaddNotPropagatedHeaders, createOutputMessage, getNotPropagatedHeaders, getOutputChannel, isAsync, messageBuilderForReply, produceOutput, resolveErrorChannel, sendErrorMessage, sendOutput, sendOutputs, setAsync, setNotPropagatedHeaders, setOutputChannel, setOutputChannelName, setSendTimeout, shouldCopyRequestHeaders, shouldSplitOutput, updateNotPropagatedHeadershandleMessage, onComplete, onError, onNext, onSubscribebuildSendTimer, destroy, getManagedName, getManagedType, getMetricsCaptor, getOrder, getOverrides, isLoggingEnabled, registerMetricsCaptor, sendTimer, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, shouldTrackafterPropertiesSet, 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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic RmiOutboundGateway(java.lang.String url)
RmiProxyFactoryBean.url - the url.public RmiOutboundGateway(java.lang.String url,
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)
RmiProxyFactoryBean which can be modified by the
configurer.url - the url.configurer - the RmiOutboundGateway.RmiProxyFactoryBeanConfigurer.public void setReplyChannel(org.springframework.messaging.MessageChannel replyChannel)
public java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class org.springframework.integration.handler.MessageHandlerSupportpublic final java.lang.Object handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
handleRequestMessage in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler