org.springframework.integration.rmi
Class RmiOutboundGateway

java.lang.Object
  extended by org.springframework.integration.handler.AbstractMessageHandler
      extended by org.springframework.integration.handler.AbstractReplyProducingMessageHandler
          extended by org.springframework.integration.adapter.AbstractRemotingOutboundGateway
              extended by org.springframework.integration.rmi.RmiOutboundGateway
All Implemented Interfaces:
org.springframework.beans.factory.BeanFactoryAware, org.springframework.core.Ordered, MessageHandler

public class RmiOutboundGateway
extends AbstractRemotingOutboundGateway

An outbound Messaging Gateway for RMI-based remoting.

Author:
Mark Fisher

Field Summary
 
Fields inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
DEFAULT_SEND_TIMEOUT
 
Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler
logger
 
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
 
Constructor Summary
RmiOutboundGateway(java.lang.String url)
           
 
Method Summary
 RemoteMessageHandler createHandlerProxy(java.lang.String url)
          Subclasses must implement this method.
 
Methods inherited from class org.springframework.integration.adapter.AbstractRemotingOutboundGateway
handleRequestMessage, setReplyChannel
 
Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
getOutputChannel, handleMessageInternal, sendReplyMessage, setBeanFactory, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout
 
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler
getOrder, handleMessage, setOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiOutboundGateway

public RmiOutboundGateway(java.lang.String url)
Method Detail

createHandlerProxy

public RemoteMessageHandler createHandlerProxy(java.lang.String url)
Description copied from class: AbstractRemotingOutboundGateway
Subclasses must implement this method. It will be invoked from the constructor.

Specified by:
createHandlerProxy in class AbstractRemotingOutboundGateway