Class AbstractWebServiceOutboundGateway

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

@Deprecated(forRemoval=true, since="7.0") public abstract class AbstractWebServiceOutboundGateway extends AbstractWebServiceOutboundGateway
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of AbstractWebServiceOutboundGateway
Base class for outbound Web Service-invoking Messaging Gateways.
Author:
Mark Fisher, Jonas Partner, Oleg Zhurakousky, Gary Russell, Artem Bilan, Christian Tzolov, Ngoc Nhan, Jooyoung Pyoung
  • Constructor Details

    • AbstractWebServiceOutboundGateway

      public AbstractWebServiceOutboundGateway(@Nullable String uri, @Nullable WebServiceMessageFactory messageFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AbstractWebServiceOutboundGateway

      public AbstractWebServiceOutboundGateway(DestinationProvider destinationProvider, @Nullable WebServiceMessageFactory messageFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.