|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.integration.context.IntegrationObjectSupport
org.springframework.integration.handler.AbstractMessageHandler
org.springframework.integration.handler.AbstractReplyProducingMessageHandler
org.springframework.integration.ws.AbstractWebServiceOutboundGateway
org.springframework.integration.ws.MarshallingWebServiceOutboundGateway
public class MarshallingWebServiceOutboundGateway
An outbound Messaging Gateway for invoking Web Services that also supports marshalling and unmarshalling of the request and response messages.
Marshaller,
Unmarshaller| Field Summary |
|---|
| Fields inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
DEFAULT_SEND_TIMEOUT |
| Fields inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
logger |
| Fields inherited from interface org.springframework.core.Ordered |
|---|
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE |
| Constructor Summary | |
|---|---|
MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller)
|
|
MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller)
|
|
MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
|
|
MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
|
|
| Method Summary | |
|---|---|
protected Object |
doHandle(Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
|
| Methods inherited from class org.springframework.integration.ws.AbstractWebServiceOutboundGateway |
|---|
getWebServiceTemplate, handleRequestMessage, setFaultMessageResolver, setIgnoreEmptyResponses, setInterceptors, setMessageFactory, setMessageSender, setMessageSenders, setReplyChannel, setRequestCallback |
| Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
getMessagingTemplate, handleMessageInternal, onInit, setChannelResolver, setOutputChannel, setRequiresReply, setSendTimeout, shouldCopyRequestHeaders |
| Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
getComponentType, getOrder, handleMessage, setOrder, setShouldTrack |
| Methods inherited from class org.springframework.integration.context.IntegrationObjectSupport |
|---|
afterPropertiesSet, getBeanFactory, getComponentName, getConversionService, getRequiredMetadataPersister, getTaskScheduler, setBeanFactory, setBeanName, setComponentName, setConversionService, setTaskScheduler, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.springframework.integration.context.NamedComponent |
|---|
getComponentName |
| Constructor Detail |
|---|
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
Unmarshaller unmarshaller)
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
public MarshallingWebServiceOutboundGateway(org.springframework.ws.client.support.destination.DestinationProvider destinationProvider,
Marshaller marshaller)
| Method Detail |
|---|
protected Object doHandle(Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
doHandle in class AbstractWebServiceOutboundGateway
|
Spring Integration | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||