Uses of Class
org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
-
Uses of SimpleWsOutboundGatewaySpec in org.springframework.integration.ws.dsl
Modifier and TypeMethodDescriptionSimpleWsOutboundGatewaySpec.extractPayload
(boolean extract) Specify a flag to return the wholeWebServiceMessage
or build thepayload
based onWebServiceMessage
and populated headers accordingheaderMapper
configuration.static SimpleWsOutboundGatewaySpec
Ws.simpleOutboundGateway
(WebServiceTemplate template) Create an instance with the providedWebServiceTemplate
.SimpleWsOutboundGatewaySpec.sourceExtractor
(SourceExtractor<?> extractor) Configure aSourceExtractor
to use.