public class MarshallingWsInboundGatewaySpec extends BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec,MarshallingWebServiceInboundGateway>
MarshallingWebServiceInboundGateway.| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.oxm.Marshaller |
gatewayMarshaller |
protected org.springframework.oxm.Unmarshaller |
gatewayUnmarshaller |
| Constructor and Description |
|---|
MarshallingWsInboundGatewaySpec() |
| Modifier and Type | Method and Description |
|---|---|
protected MarshallingWebServiceInboundGateway |
create() |
MarshallingWsInboundGatewaySpec |
marshaller(org.springframework.oxm.Marshaller marshaller)
Specify a marshaller to use.
|
MarshallingWsInboundGatewaySpec |
unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
Specify an unmarshaller to use.
|
assemble, doGet, headerMapperautoStartup, 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, stopprotected org.springframework.oxm.Marshaller gatewayMarshaller
protected org.springframework.oxm.Unmarshaller gatewayUnmarshaller
public MarshallingWsInboundGatewaySpec marshaller(org.springframework.oxm.Marshaller marshaller)
marshaller - the marshaller.public MarshallingWsInboundGatewaySpec unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
gatewayMarshaller is not also
an Unmarshaller.unmarshaller - the unmarshaller.protected MarshallingWebServiceInboundGateway create()
create in class BaseWsInboundGatewaySpec<MarshallingWsInboundGatewaySpec,MarshallingWebServiceInboundGateway>