Class SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,H>
org.springframework.integration.dsl.MessageHandlerSpec<S,E>
org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec,SimpleWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<SimpleWebServiceOutboundGateway>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
- Enclosing class:
- SimpleWsOutboundGatewaySpec
public static class SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec extends BaseWsOutboundGatewaySpec<SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec,SimpleWebServiceOutboundGateway>
Spec for a
SimpleWebServiceOutboundGateway
where an external
WebServiceTemplate
is not provided.-
Field Summary
Fields Modifier and Type Field Description protected SourceExtractor<?>
sourceExtractor
Fields inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
destinationProvider, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactory
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Constructor Description SimpleWsOutboundGatewayNoTemplateSpec()
-
Method Summary
Methods inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
destinationProvider, doGet, encodingMode, headerMapper, ignoreEmptyResponses, requestCallback, uri, uriVariableExpressions
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Field Details
-
Constructor Details
-
SimpleWsOutboundGatewayNoTemplateSpec
public SimpleWsOutboundGatewayNoTemplateSpec()
-
-
Method Details
-
sourceExtractor
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec sourceExtractor(SourceExtractor<?> extractor)Configure aSourceExtractor
to use.- Parameters:
extractor
- the extractor.- Returns:
- the spec.
-
messageFactory
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec messageFactory(WebServiceMessageFactory messageFactory)Specify theWebServiceMessageFactory
to use.- Parameters:
messageFactory
- the message factory.- Returns:
- the spec.
-
faultMessageResolver
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec faultMessageResolver(FaultMessageResolver resolver)Specify theFaultMessageResolver
to use.- Parameters:
resolver
- the resolver.- Returns:
- the spec.
-
messageSenders
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec messageSenders(WebServiceMessageSender... senders)Specify theWebServiceMessageSender
s to use.- Parameters:
senders
- the senders.- Returns:
- the spec.
-
interceptors
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec interceptors(ClientInterceptor... interceptors)Specify theClientInterceptor
s to use.- Parameters:
interceptors
- the interceptors.- Returns:
- the spec.
-
extractPayload
public SimpleWsOutboundGatewaySpec.SimpleWsOutboundGatewayNoTemplateSpec extractPayload(boolean extract)Specify a flag to return the wholeWebServiceMessage
or build thepayload
based onWebServiceMessage
and populated headers accordingheaderMapper
configuration. Defaults to extract payload.- Parameters:
extract
- build payload or return a wholeWebServiceMessage
- Returns:
- the spec.
-
create
-
assemble
-