Uses of Class
org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
Packages that use SimpleWsInboundGatewaySpec
-
Uses of SimpleWsInboundGatewaySpec in org.springframework.integration.ws.dsl
Methods in org.springframework.integration.ws.dsl that return SimpleWsInboundGatewaySpecModifier and TypeMethodDescriptionSimpleWsInboundGatewaySpec.extractPayload
(boolean extract) Specify true to extract the payloadSource from the request or use the entire request as the payload; default true.static SimpleWsInboundGatewaySpec
Ws.simpleInboundGateway()
Create an instance.