Class SimpleWsOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
org.springframework.integration.dsl.MessageHandlerSpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<SimpleWebServiceOutboundGateway>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class SimpleWsOutboundGatewaySpec
extends BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
The spec for a 
SimpleWebServiceOutboundGateway.- Since:
- 5.3
- Author:
- Gary Russell, Artem Bilan
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSpec for aSimpleWebServiceOutboundGatewaywhere an externalWebServiceTemplateis not provided.
- 
Field SummaryFieldsFields inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpecdestinationProvider, extractPayload, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactoryFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected SimpleWebServiceOutboundGatewayassemble(SimpleWebServiceOutboundGateway gateway) protected SimpleWebServiceOutboundGatewaycreate()extractPayload(boolean extract) Specify a flag to return the wholeWebServiceMessageor build thepayloadbased onWebServiceMessageand populated headers accordingheaderMapperconfiguration.sourceExtractor(SourceExtractor<?> extractor) Configure aSourceExtractorto use.Methods inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpecdestinationProvider, doGet, encodingMode, headerMapper, ignoreEmptyResponses, requestCallback, uri, uriVariableExpressionsMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Field Details- 
sourceExtractor
 
- 
- 
Constructor Details- 
SimpleWsOutboundGatewaySpec
 
- 
- 
Method Details- 
sourceExtractorConfigure aSourceExtractorto use.- Parameters:
- extractor- the extractor.
- Returns:
- the spec.
 
- 
extractPayloadSpecify a flag to return the wholeWebServiceMessageor build thepayloadbased onWebServiceMessageand populated headers accordingheaderMapperconfiguration. Defaults to extract payload.- Parameters:
- extract- build payload or return a whole- WebServiceMessage
- Returns:
- the spec.
 
- 
assemble- Overrides:
- assemblein class- BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
 
- 
create- Specified by:
- createin class- BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec, SimpleWebServiceOutboundGateway>
 
 
-