Uses of Class
org.springframework.integration.ws.dsl.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec
-
Uses of MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec in org.springframework.integration.ws.dsl
Modifier and TypeMethodDescriptionMarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.faultMessageResolver
(FaultMessageResolver resolver) Specify theFaultMessageResolver
to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.interceptors
(ClientInterceptor... interceptors) Specify theClientInterceptor
s to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.marshaller
(Marshaller marshaller) Configure the marshaller to use.Create an instance with a defaultWebServiceTemplate
.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.messageFactory
(WebServiceMessageFactory messageFactory) Specify theWebServiceMessageFactory
to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.messageSenders
(WebServiceMessageSender... senders) Specify theWebServiceMessageSender
s to use.MarshallingWsOutboundGatewaySpec.MarshallingWsOutboundGatewayNoTemplateSpec.unmarshaller
(Unmarshaller unmarshaller) Configure the unmarshaller to use.