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:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,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
-
Field Summary
Fields Modifier and Type Field Description protected boolean
extractPayload
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Constructor Description SimpleWsInboundGatewaySpec()
-
Method Summary
Modifier and Type Method Description protected SimpleWebServiceInboundGateway
create()
SimpleWsInboundGatewaySpec
extractPayload(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, headerMapper
Methods inherited from class org.springframework.integration.dsl.MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
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:
create
in classBaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>
-