Class BaseWsInboundGatewaySpec<S extends BaseWsInboundGatewaySpec<S,E>,E extends AbstractWebServiceInboundGateway>  
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
 
org.springframework.integration.dsl.MessagingGatewaySpec<S,E>
 
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<S,E> 
- Type Parameters:
- S- the target- BaseWsInboundGatewaySpecimplementation type.
- E- the target- AbstractWebServiceInboundGatewayimplementation 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 SummaryFields 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 SummaryConstructorsModifierConstructorDescriptionprotectedBaseWsInboundGatewaySpec(E gateway) Construct an instance based on the providedAbstractWebServiceInboundGateway.
- 
Method SummaryModifier and TypeMethodDescriptionheaderMapper(SoapHeaderMapper headerMapper) Configure the header mapper.Methods inherited from class org.springframework.integration.dsl.MessagingGatewaySpecautoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, 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- 
BaseWsInboundGatewaySpecConstruct an instance based on the providedAbstractWebServiceInboundGateway.
 
- 
- 
Method Details- 
headerMapperConfigure the header mapper.- Parameters:
- headerMapper- the mapper.
- Returns:
- the spec.
 
 
-