org.springframework.integration.rmi
Class RmiOutboundGateway
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
org.springframework.integration.gateway.AbstractRemotingOutboundGateway
org.springframework.integration.rmi.RmiOutboundGateway
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Ordered, NamedComponent, MessageHandler, MessageProducer, TrackableComponent
public class RmiOutboundGateway
- extends AbstractRemotingOutboundGateway
An outbound Messaging Gateway for RMI-based remoting.
- Author:
- Mark Fisher
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
RmiOutboundGateway
public RmiOutboundGateway(String url)
createProxy
public RequestReplyExchanger createProxy(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
Copyright © 2010. All Rights Reserved.