Class SimpleWsInboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,G>
 
org.springframework.integration.dsl.MessagingGatewaySpec<S,E>
 
org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>
 
org.springframework.integration.ws.dsl.SimpleWsInboundGatewaySpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<SimpleWebServiceInboundGateway>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle
public class SimpleWsInboundGatewaySpec
extends BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway> 
The spec for a 
SimpleWebServiceInboundGateway.- 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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionextractPayload(boolean extract) Specify true to extract the payloadSource from the request or use the entire request as the payload; default true.Methods inherited from class org.springframework.integration.ws.dsl.BaseWsInboundGatewaySpecheaderMapperMethods 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- 
SimpleWsInboundGatewaySpecprotected SimpleWsInboundGatewaySpec()
 
- 
- 
Method Details- 
extractPayloadSpecify true to extract the payloadSource from the request or use the entire request as the payload; default true.- Parameters:
- extract- true to extract.
- Returns:
- the spec.
 
 
-