Class SimpleWsInboundGatewaySpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
org.springframework.integration.dsl.MessagingGatewaySpec<SimpleWsInboundGatewaySpec, SimpleWebServiceInboundGateway>
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 Summary
Fields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
Constructors -
Method Summary
Modifier 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 BaseWsInboundGatewaySpec
headerMapperMethods inherited from class MessagingGatewaySpec
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, observationConvention, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrackMethods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
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.
-