Class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>, E extends AbstractWebServiceInboundGateway>
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,E>
org.springframework.integration.dsl.MessagingGatewaySpec<S,E>
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<S,E>
- Type Parameters:
S- the targetBaseWsInboundGatewaySpecimplementation type.E- the targetAbstractWebServiceInboundGatewayimplementation type.
- All Implemented Interfaces:
DisposableBean, FactoryBean<E>, InitializingBean, Lifecycle, Phased, SmartLifecycle
- Direct Known Subclasses:
MarshallingWsInboundGatewaySpec, SimpleWsInboundGatewaySpec
public abstract class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>, E extends AbstractWebServiceInboundGateway>
extends MessagingGatewaySpec<S,E>
Base
MessagingGatewaySpec for web services.- 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
ConstructorsModifierConstructorDescriptionprotectedBaseWsInboundGatewaySpec(E gateway) Construct an instance based on the providedAbstractWebServiceInboundGateway. -
Method Summary
Modifier and TypeMethodDescriptionheaderMapper(SoapHeaderMapper headerMapper) Configure the header mapper.Methods 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
-
BaseWsInboundGatewaySpec
Construct an instance based on the providedAbstractWebServiceInboundGateway.
-
-
Method Details
-
headerMapper
Configure the header mapper.- Parameters:
headerMapper- the mapper.- Returns:
- the spec.
-