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, Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target -
Constructor Summary
Constructors Modifier Constructor Description protectedSimpleWsInboundGatewaySpec() -
Method Summary
Modifier and Type Method Description 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
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, doGet, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
SimpleWsInboundGatewaySpec
protected 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.
-