org.springframework.integration.rmi
Class RmiInboundGateway

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.endpoint.AbstractEndpoint
          extended by org.springframework.integration.gateway.AbstractMessagingGateway
              extended by org.springframework.integration.gateway.SimpleMessagingGateway
                  extended by org.springframework.integration.adapter.RemotingInboundGatewaySupport
                      extended by org.springframework.integration.rmi.RmiInboundGateway
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.Lifecycle, RemoteMessageHandler, MessagingGateway

public class RmiInboundGateway
extends RemotingInboundGatewaySupport
implements org.springframework.beans.factory.InitializingBean

An inbound Messaging Gateway for RMI-based remoting.

Author:
Mark Fisher

Field Summary
static java.lang.String SERVICE_NAME_PREFIX
           
 
Fields inherited from class org.springframework.integration.context.IntegrationObjectSupport
logger
 
Constructor Summary
RmiInboundGateway()
           
 
Method Summary
protected  void onInit()
           
 void setRegistryHost(java.lang.String registryHost)
           
 void setRegistryPort(int registryPort)
           
 void setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)
           
 void setRequestChannel(MessageChannel requestChannel)
          Specify the request channel where messages will be sent.
 
Methods inherited from class org.springframework.integration.adapter.RemotingInboundGatewaySupport
handle, setExpectReply
 
Methods inherited from class org.springframework.integration.gateway.SimpleMessagingGateway
fromMessage, toMessage
 
Methods inherited from class org.springframework.integration.gateway.AbstractMessagingGateway
doStart, doStop, receive, send, sendAndReceive, sendAndReceiveMessage, setReplyChannel, setReplyTimeout, setRequestTimeout, setShouldThrowErrors
 
Methods inherited from class org.springframework.integration.endpoint.AbstractEndpoint
afterPropertiesSet, isRunning, setAutoStartup, setTaskScheduler, start, stop
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
getBeanFactory, getBeanName, getChannelResolver, getTaskScheduler, setBeanFactory, setBeanName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.factory.InitializingBean
afterPropertiesSet
 

Field Detail

SERVICE_NAME_PREFIX

public static final java.lang.String SERVICE_NAME_PREFIX
See Also:
Constant Field Values
Constructor Detail

RmiInboundGateway

public RmiInboundGateway()
Method Detail

setRequestChannel

public void setRequestChannel(MessageChannel requestChannel)
Specify the request channel where messages will be sent. It must not be null, and it must have a name.

Overrides:
setRequestChannel in class AbstractMessagingGateway
Parameters:
requestChannel - the channel to which request messages will be sent

setRegistryHost

public void setRegistryHost(java.lang.String registryHost)

setRegistryPort

public void setRegistryPort(int registryPort)

setRemoteInvocationExecutor

public void setRemoteInvocationExecutor(org.springframework.remoting.support.RemoteInvocationExecutor remoteInvocationExecutor)

onInit

protected void onInit()
               throws java.lang.Exception
Overrides:
onInit in class AbstractMessagingGateway
Throws:
java.lang.Exception