Class MarshallingWsOutboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
org.springframework.integration.dsl.MessageHandlerSpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<MarshallingWebServiceOutboundGateway>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class MarshallingWsOutboundGatewaySpec
extends BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
The spec for a 
MarshallingWebServiceOutboundGateway.- Since:
- 5.3
- Author:
- Gary Russell, Artem Bilan
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classSpec for aMarshallingWebServiceOutboundGatewaywhere an externalWebServiceTemplateis not provided.
- 
Field SummaryFields 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 SummaryConstructorsModifierConstructorDescriptionprotected
- 
Method SummaryMethods inherited from class org.springframework.integration.ws.dsl.BaseWsOutboundGatewaySpecassemble, destinationProvider, 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
- 
Constructor Details- 
MarshallingWsOutboundGatewaySpec
 
- 
- 
Method Details- 
create- Specified by:
- createin class- BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
 
 
-