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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic classSpec for aMarshallingWebServiceOutboundGatewaywhere an externalWebServiceTemplateis not provided. -
Field Summary
Fields inherited from class BaseWsOutboundGatewaySpec
destinationProvider, extractPayload, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactoryFields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class BaseWsOutboundGatewaySpec
assemble, destinationProvider, doGet, encodingMode, headerMapper, ignoreEmptyResponses, requestCallback, uri, uriVariableExpressionsMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
MarshallingWsOutboundGatewaySpec
-
-
Method Details
-
create
- Specified by:
createin classBaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec, MarshallingWebServiceOutboundGateway>
-