public class SimpleWsInboundGatewaySpec extends BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>
SimpleWebServiceInboundGateway
.Modifier and Type | Field and Description |
---|---|
protected boolean |
extractPayload |
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
SimpleWsInboundGatewaySpec() |
Modifier and Type | Method and 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.
|
assemble, doGet, headerMapper
autoStartup, errorChannel, errorChannel, errorOnTimeout, id, phase, replyChannel, replyChannel, replyMapper, replyTimeout, requestChannel, requestChannel, requestMapper, requestTimeout, shouldTrack
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
public SimpleWsInboundGatewaySpec extractPayload(boolean extract)
extract
- true to extract.protected SimpleWebServiceInboundGateway create()
create
in class BaseWsInboundGatewaySpec<SimpleWsInboundGatewaySpec,SimpleWebServiceInboundGateway>