Class RmiOutboundGateway

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Ordered, ExpressionCapable, Orderable, MessageProducer, HeaderPropagationAware, IntegrationPattern, NamedComponent, IntegrationManagement, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

@Deprecated public class RmiOutboundGateway extends AbstractReplyProducingMessageHandler
Deprecated.
since 5.4 with no replacement.
An outbound Messaging Gateway for RMI-based remoting.
Author:
Mark Fisher, Gary Russell, Artem Bilan
  • Constructor Details

    • RmiOutboundGateway

      public RmiOutboundGateway(String url)
      Deprecated.
      Construct an instance with a `RequestReplyExchanger` built from the default RmiProxyFactoryBean.
      Parameters:
      url - the url.
    • RmiOutboundGateway

      public RmiOutboundGateway(String url, RmiOutboundGateway.RmiProxyFactoryBeanConfigurer configurer)
      Deprecated.
      Construct an instance with a `RequestReplyExchanger` built from the default RmiProxyFactoryBean which can be modified by the configurer.
      Parameters:
      url - the url.
      configurer - the RmiOutboundGateway.RmiProxyFactoryBeanConfigurer.
      Since:
      4.3.2
  • Method Details