Class MarshallingWsOutboundGatewaySpec
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<MarshallingWsOutboundGatewaySpec,MarshallingWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.beans.factory.BeanClassLoaderAware
,org.springframework.beans.factory.BeanFactoryAware
,org.springframework.beans.factory.DisposableBean
,org.springframework.beans.factory.FactoryBean<MarshallingWebServiceOutboundGateway>
,org.springframework.beans.factory.InitializingBean
,org.springframework.context.Lifecycle
,org.springframework.context.Phased
,org.springframework.context.SmartLifecycle
public class MarshallingWsOutboundGatewaySpec extends BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec,MarshallingWebServiceOutboundGateway>
The spec for a
MarshallingWebServiceOutboundGateway
.- Since:
- 5.3
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
Spec for aMarshallingWebServiceOutboundGateway
where an externalWebServiceTemplate
is not provided. -
Field Summary
Fields inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
destinationProvider, extractPayload, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactory
-
Constructor Summary
Constructors Modifier Constructor Description protected
MarshallingWsOutboundGatewaySpec(org.springframework.ws.client.core.WebServiceTemplate template)
-
Method Summary
Modifier and Type Method Description protected MarshallingWebServiceOutboundGateway
create()
Methods inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec
assemble, 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
-
Constructor Details
-
MarshallingWsOutboundGatewaySpec
protected MarshallingWsOutboundGatewaySpec(org.springframework.ws.client.core.WebServiceTemplate template)
-
-
Method Details
-
create
- Specified by:
create
in classBaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec,MarshallingWebServiceOutboundGateway>
-