org.springframework.integration.ws
Class MarshallingWebServiceOutboundGateway
java.lang.Object
org.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
org.springframework.integration.ws.AbstractWebServiceOutboundGateway
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
- All Implemented Interfaces:
- BeanFactoryAware, BeanNameAware, InitializingBean, Ordered, MessageHandler, MessageProducer, NamedComponent
public class MarshallingWebServiceOutboundGateway
- extends AbstractWebServiceOutboundGateway
An outbound Messaging Gateway for invoking Web Services that also supports
marshalling and unmarshalling of the request and response messages.
- Author:
- Mark Fisher
- See Also:
Marshaller
,
Unmarshaller
Method Summary |
protected Object |
doHandle(Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
|
Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
afterPropertiesSet, getBeanFactory, getChannelResolver, getComponentName, getConversionService, getTaskScheduler, onInit, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString, writeMessageHistory |
MarshallingWebServiceOutboundGateway
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
MarshallingWebServiceOutboundGateway
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller)
MarshallingWebServiceOutboundGateway
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
MarshallingWebServiceOutboundGateway
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller)
doHandle
protected Object doHandle(Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
- Specified by:
doHandle
in class AbstractWebServiceOutboundGateway
Copyright © 2010. All Rights Reserved.