Class MarshallingWsInboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
org.springframework.integration.ws.dsl.MarshallingWsInboundGatewaySpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<MarshallingWebServiceInboundGateway>, InitializingBean, Lifecycle, Phased, SmartLifecycle
public class MarshallingWsInboundGatewaySpec
extends BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec, MarshallingWebServiceInboundGateway>
The spec for a
MarshallingWebServiceInboundGateway.- Since:
- 5.3
- Author:
- Gary Russell, Artem Bilan
-
Field Summary
Fields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmarshaller(Marshaller marshaller) Specify a marshaller to use.unmarshaller(Unmarshaller unmarshaller) Specify an unmarshaller to use.Methods inherited from class BaseWsInboundGatewaySpec
headerMapperMethods inherited from class MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, 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
-
MarshallingWsInboundGatewaySpec
protected MarshallingWsInboundGatewaySpec()
-
-
Method Details
-
marshaller
Specify a marshaller to use.- Parameters:
marshaller- the marshaller.- Returns:
- the spec.
-
unmarshaller
Specify an unmarshaller to use. Required if themarshaller(Marshaller)is not also anUnmarshaller.- Parameters:
unmarshaller- the unmarshaller.- Returns:
- the spec.
-