Class SimpleWsInboundGatewaySpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
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:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<SimpleWebServiceInboundGateway>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle
public class SimpleWsInboundGatewaySpec extends BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>
The spec for a
SimpleWebServiceInboundGateway.- Since:
- 5.3
-
Field Summary
Fields Modifier and Type Field Description protected booleanextractPayload -
Constructor Summary
Constructors Constructor Description SimpleWsInboundGatewaySpec() -
Method Summary
Modifier and Type Method Description protected SimpleWebServiceInboundGatewaycreate()SimpleWsInboundGatewaySpecextractPayload(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.BaseWsInboundGatewaySpec
assemble, doGet, headerMapperMethods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
-
Field Details
-
extractPayload
protected boolean extractPayload
-
-
Constructor Details
-
SimpleWsInboundGatewaySpec
public SimpleWsInboundGatewaySpec()
-
-
Method Details
-
extractPayload
Specify 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.
-
create
- Specified by:
createin classBaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>
-