public class RmiOutboundGateway extends AbstractReplyProducingMessageHandler
| Modifier and Type | Class and Description |
|---|---|
static interface |
RmiOutboundGateway.RmiProxyFactoryBeanConfigurer
Allows configuration of the proxy factory bean before the RMI proxy is created.
|
AbstractReplyProducingMessageHandler.RequestHandlerIntegrationManagement.ManagementOverridesmessagingTemplateEXPRESSION_PARSER, loggerMETER_PREFIX, RECEIVE_COUNTER_NAME, SEND_TIMER_NAME| 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()
Subclasses may implement this method to provide component type information.
|
java.lang.Object |
handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
Subclasses must implement this method to handle the request Message.
|
void |
setReplyChannel(org.springframework.messaging.MessageChannel replyChannel) |
doInit, doInvokeAdvisedRequestHandler, getRequiresReply, handleMessageInternal, hasAdviceChain, onInit, setAdviceChain, setBeanClassLoader, setRequiresReplyaddNotPropagatedHeaders, createOutputMessage, getNotPropagatedHeaders, getOutputChannel, isAsync, produceOutput, resolveErrorChannel, sendErrorMessage, sendOutput, sendOutputs, setAsync, setNotPropagatedHeaders, setOutputChannel, setOutputChannelName, setSendTimeout, shouldCopyRequestHeaders, shouldSplitOutput, updateNotPropagatedHeadersconfigureMetrics, getActiveCount, getActiveCountLong, getDuration, getErrorCount, getErrorCountLong, getHandleCount, getHandleCountLong, getManagedName, getManagedType, getMaxDuration, getMeanDuration, getMinDuration, getOrder, getOverrides, getStandardDeviationDuration, handleMessage, isCountsEnabled, isLoggingEnabled, isStatsEnabled, onComplete, onError, onNext, onSubscribe, registerMetricsCaptor, reset, setCountsEnabled, setLoggingEnabled, setManagedName, setManagedType, setOrder, setShouldTrack, setStatsEnabledafterPropertiesSet, extractTypeIfPossible, getApplicationContext, getApplicationContextId, getBeanFactory, 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, waitgetComponentNamepublic 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()
IntegrationObjectSupportgetComponentType in interface NamedComponentgetComponentType in class AbstractMessageHandlerpublic final java.lang.Object handleRequestMessage(org.springframework.messaging.Message<?> requestMessage)
AbstractReplyProducingMessageHandlerhandleRequestMessage in class AbstractReplyProducingMessageHandlerrequestMessage - The request message.null.