public static class MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec extends BaseWsOutboundGatewaySpec<MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec,MarshallingWebServiceOutboundGateway>
MarshallingWebServiceOutboundGateway where an external
WebServiceTemplate is not provided.| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.oxm.Marshaller |
gatewayMarshaller |
protected org.springframework.oxm.Unmarshaller |
gatewayUnmarshaller |
destinationProvider, extractPayload, faultMessageResolver, gatewayInterceptors, messageSenders, template, uri, webServiceMessageFactory| Constructor and Description |
|---|
MarshallingWsOutboundGatewayNoTemplateSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected MarshallingWebServiceOutboundGateway |
assemble(MarshallingWebServiceOutboundGateway gateway) |
protected MarshallingWebServiceOutboundGateway |
create() |
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
faultMessageResolver(org.springframework.ws.client.core.FaultMessageResolver resolver)
Specify the
FaultMessageResolver to use. |
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
interceptors(org.springframework.ws.client.support.interceptor.ClientInterceptor... interceptors)
Specify the
ClientInterceptors to use. |
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
marshaller(org.springframework.oxm.Marshaller marshaller)
Configure the marshaller to use.
|
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
messageFactory(org.springframework.ws.WebServiceMessageFactory messageFactory)
Specify the
WebServiceMessageFactory to use. |
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
messageSenders(org.springframework.ws.transport.WebServiceMessageSender... senders)
Specify the
WebServiceMessageSenders to use. |
MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec |
unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
Configure the unmarshaller to use.
|
destinationProvider, doGet, encodingMode, headerMapper, ignoreEmptyResponses, requestCallback, uri, uriVariableExpressions_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopprotected org.springframework.oxm.Marshaller gatewayMarshaller
protected org.springframework.oxm.Unmarshaller gatewayUnmarshaller
public MarshallingWsOutboundGatewayNoTemplateSpec()
public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec marshaller(org.springframework.oxm.Marshaller marshaller)
marshaller - the marshaller.public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec unmarshaller(org.springframework.oxm.Unmarshaller unmarshaller)
unmarshaller - the unmarshaller.public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec messageFactory(org.springframework.ws.WebServiceMessageFactory messageFactory)
WebServiceMessageFactory to use.messageFactory - the message factory.public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec faultMessageResolver(org.springframework.ws.client.core.FaultMessageResolver resolver)
FaultMessageResolver to use.resolver - the resolver.public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec messageSenders(org.springframework.ws.transport.WebServiceMessageSender... senders)
WebServiceMessageSenders to use.senders - the senders.public MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec interceptors(org.springframework.ws.client.support.interceptor.ClientInterceptor... interceptors)
ClientInterceptors to use.interceptors - the interceptors.protected MarshallingWebServiceOutboundGateway create()
protected MarshallingWebServiceOutboundGateway assemble(MarshallingWebServiceOutboundGateway gateway)