@Deprecated
public class RmiInboundGateway
extends org.springframework.integration.gateway.MessagingGatewaySupport
implements org.springframework.integration.gateway.RequestReplyExchanger
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_NAME_PREFIX
Deprecated.
|
messagingTemplatelifecycleCondition, lifecycleLockEXPRESSION_PARSER, logger| Constructor and Description |
|---|
RmiInboundGateway()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Deprecated.
|
org.springframework.messaging.Message<?> |
exchange(org.springframework.messaging.Message<?> message)
Deprecated.
|
java.lang.String |
getComponentType()
Deprecated.
|
protected void |
onInit()
Deprecated.
|
void |
setExpectReply(boolean expectReply)
Deprecated.
Specify whether the gateway should be expected to return a reply.
|
void |
setRegistryHost(java.lang.String registryHost)
Deprecated.
|
void |
setRegistryPort(int registryPort)
Deprecated.
|
void |
setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)
Deprecated.
|
void |
setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
Deprecated.
Specify the request channel where messages will be sent.
|
void |
setRequestChannelName(java.lang.String requestChannelName)
Deprecated.
|
buildErrorMessage, buildSendTimer, doStart, doStop, getErrorChannel, getErrorMessageAttributes, getIntegrationPatternType, getManagedName, getManagedType, getOverrides, getReplyChannel, getRequestChannel, isLoggingEnabled, receive, receive, receiveMessage, receiveMessage, registerMetricsCaptor, registerReplyMessageCorrelatorIfNecessary, send, sendAndReceive, sendAndReceiveMessage, sendAndReceiveMessageReactive, sendTimer, setErrorChannel, setErrorChannelName, setErrorMessageStrategy, setErrorOnTimeout, setLoggingEnabled, setManagedName, setManagedType, setReplyChannel, setReplyChannelName, setReplyMapper, setReplyTimeout, setRequestMapper, setRequestTimeout, setShouldTrackdoStop, getPhase, getRole, isAutoStartup, isRunning, setAutoStartup, setPhase, setRole, start, stop, stopafterPropertiesSet, 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 static final java.lang.String SERVICE_NAME_PREFIX
public void setRequestChannel(org.springframework.messaging.MessageChannel requestChannel)
null, and it must have a name.setRequestChannel in class org.springframework.integration.gateway.MessagingGatewaySupportpublic void setRequestChannelName(java.lang.String requestChannelName)
setRequestChannelName in class org.springframework.integration.gateway.MessagingGatewaySupportpublic void setExpectReply(boolean expectReply)
true'.expectReply - true when a reply is expected.public void setRegistryHost(java.lang.String registryHost)
public void setRegistryPort(int registryPort)
public void setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)
public java.lang.String getComponentType()
getComponentType in interface org.springframework.integration.support.context.NamedComponentgetComponentType in class org.springframework.integration.gateway.MessagingGatewaySupportprotected void onInit()
onInit in class org.springframework.integration.gateway.MessagingGatewaySupport@Nullable public org.springframework.messaging.Message<?> exchange(org.springframework.messaging.Message<?> message)
exchange in interface org.springframework.integration.gateway.RequestReplyExchangerpublic void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeandestroy in interface org.springframework.integration.support.management.IntegrationManagementdestroy in class org.springframework.integration.gateway.MessagingGatewaySupport