Class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway>

Type Parameters:
S - the target BaseWsInboundGatewaySpec implementation type.
E - the target AbstractWebServiceInboundGateway implementation type.
All Implemented Interfaces:
DisposableBean, FactoryBean<E>, InitializingBean, Lifecycle, Phased, SmartLifecycle
Direct Known Subclasses:
MarshallingWsInboundGatewaySpec, SimpleWsInboundGatewaySpec

public abstract class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway> extends MessagingGatewaySpec<S,E>
Base MessagingGatewaySpec for web services.
Since:
5.3
Author:
Gary Russell, Artem Bilan
  • Constructor Details

  • Method Details

    • headerMapper

      public S headerMapper(SoapHeaderMapper headerMapper)
      Configure the header mapper.
      Parameters:
      headerMapper - the mapper.
      Returns:
      the spec.