org.springframework.integration.rmi
Class RmiOutboundGateway

java.lang.Object
  extended by org.springframework.integration.context.IntegrationObjectSupport
      extended by org.springframework.integration.handler.AbstractMessageHandler
          extended by org.springframework.integration.handler.AbstractReplyProducingMessageHandler
              extended by org.springframework.integration.gateway.AbstractRemotingOutboundGateway
                  extended by org.springframework.integration.rmi.RmiOutboundGateway
All Implemented Interfaces:
BeanFactoryAware, BeanNameAware, InitializingBean, Ordered, NamedComponent, Orderable, MessageHandler, MessageProducer, TrackableComponent

public class RmiOutboundGateway
extends AbstractRemotingOutboundGateway

An outbound Messaging Gateway for RMI-based remoting.


Field Summary
 
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
 RequestReplyExchanger createProxy(java.lang.String url)
          Subclasses must implement this method.
 
Methods inherited from class org.springframework.integration.gateway.AbstractRemotingOutboundGateway
handleRequestMessage, setReplyChannel
 
Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler
getMessagingTemplate, handleMessageInternal, onInit, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout, shouldCopyRequestHeaders
 
Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler
getComponentType, getOrder, handleMessage, setOrder, setShouldTrack
 
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.integration.context.NamedComponent
getComponentName
 

Constructor Detail

RmiOutboundGateway

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

createProxy

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

Specified by:
createProxy in class AbstractRemotingOutboundGateway