Class SimpleWsInboundGatewaySpec

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

Since:
5.3
Author:
Gary Russell, Artem Bilan
  • Constructor Details

    • SimpleWsInboundGatewaySpec

      protected SimpleWsInboundGatewaySpec()
  • 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.