Class SimpleWsInboundGatewaySpec

All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<SimpleWebServiceInboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle

public class SimpleWsInboundGatewaySpec
extends BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,​SimpleWebServiceInboundGateway>
Since:
5.3
Author:
Gary Russell, Artem Bilan
  • Constructor Details

  • Method Details

    • extractPayload

      public SimpleWsInboundGatewaySpec extractPayload​(boolean extract)
      Specify true to extract the payloadSource from the request or use the entire request as the payload; default true.
      Parameters:
      extract - true to extract.
      Returns:
      the spec.