public class RmiOutboundGateway
extends org.springframework.integration.handler.AbstractReplyProducingMessageHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer
Allows configuration of the proxy factory bean before the RMI proxy is created.
|
messagingTemplate| Constructor and Description |
|---|
RmiOutboundGateway(java.lang.String url)
Construct an instance with a `RequestReplyExchanger` built from the
default
RmiProxyFactoryBean. |
RmiOutboundGateway(java.lang.String url,
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)
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() |
java.lang.Object |
handleRequestMessage(org.springframework.messaging.Message<?> message) |
void |
setReplyChannel(org.springframework.messaging.MessageChannel replyChannel) |
doInit, doInvokeAdvisedRequestHandler, getRequiresReply, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setRequiresReplycreateOutputMessage, getOutputChannel, isAsync, produceOutput, resolveErrorChannel, sendErrorMessage, sendOutput, sendOutputs, setAsync, setOutputChannel, setOutputChannelName, setSendTimeout, shouldCopyRequestHeaders, shouldSplitOutputconfigureMetrics, getActiveCount, getActiveCountLong, getDuration, getErrorCount, getErrorCountLong, getHandleCount, getHandleCountLong, getManagedName, getManagedType, getMaxDuration, getMeanDuration, getMinDuration, getOrder, getStandardDeviationDuration, handleMessage, isCountsEnabled, isLoggingEnabled, isStatsEnabled, onComplete, onError, onNext, onSubscribe, reset, setCountsEnabled, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, setStatsEnabledafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getExpression, getIntegrationProperties, getIntegrationProperty, getMessageBuilderFactory, getTaskScheduler, setApplicationContext, setBeanFactory, setBeanName, setChannelResolver, setComponentName, setConversionService, setMessageBuilderFactory, setPrimaryExpression, setTaskScheduler, toStringpublic 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.AbstractMessageHandlerpublic final java.lang.Object handleRequestMessage(org.springframework.messaging.Message<?> message)
handleRequestMessage in class org.springframework.integration.handler.AbstractReplyProducingMessageHandler