Class SimpleWebServiceOutboundGateway

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 class SimpleWebServiceOutboundGateway extends SimpleWebServiceOutboundGateway
Deprecated, for removal: This API element is subject to removal in a future version.
since 7.0 in favor of SimpleWebServiceOutboundGateway
An outbound Messaging Gateway for invoking a Web Service.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan, Gary Russell, Jooyoung Pyoung
  • Constructor Details

    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(DestinationProvider destinationProvider)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(DestinationProvider destinationProvider, SourceExtractor<?> sourceExtractor)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(DestinationProvider destinationProvider, @Nullable SourceExtractor<?> sourceExtractor, @Nullable WebServiceMessageFactory messageFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(String uri)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(String uri, SourceExtractor<?> sourceExtractor)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • SimpleWebServiceOutboundGateway

      public SimpleWebServiceOutboundGateway(@Nullable String uri, @Nullable SourceExtractor<?> sourceExtractor, @Nullable WebServiceMessageFactory messageFactory)
      Deprecated, for removal: This API element is subject to removal in a future version.