public class MarshallingWsInboundGatewaySpec extends BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec,MarshallingWebServiceInboundGateway>
MarshallingWebServiceInboundGateway
.Modifier and Type | Field and Description |
---|---|
protected Marshaller |
gatewayMarshaller |
protected Unmarshaller |
gatewayUnmarshaller |
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Constructor and Description |
---|
MarshallingWsInboundGatewaySpec() |
Modifier and Type | Method and Description |
---|---|
protected MarshallingWebServiceInboundGateway |
create() |
MarshallingWsInboundGatewaySpec |
marshaller(Marshaller marshaller)
Specify a marshaller to use.
|
MarshallingWsInboundGatewaySpec |
unmarshaller(Unmarshaller unmarshaller)
Specify an unmarshaller to use.
|
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
protected Marshaller gatewayMarshaller
protected Unmarshaller gatewayUnmarshaller
public MarshallingWsInboundGatewaySpec marshaller(Marshaller marshaller)
marshaller
- the marshaller.public MarshallingWsInboundGatewaySpec unmarshaller(Unmarshaller unmarshaller)
gatewayMarshaller
is not also
an Unmarshaller
.unmarshaller
- the unmarshaller.protected MarshallingWebServiceInboundGateway create()
create
in class BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec,MarshallingWebServiceInboundGateway>