|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 |
| Constructor Summary | |
|---|---|
MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller)
|
|
MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.oxm.Unmarshaller unmarshaller)
|
|
MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.oxm.Unmarshaller unmarshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
|
|
MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
|
|
| Method Summary | |
|---|---|
protected java.lang.Object |
doHandle(java.lang.Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
|
| Methods inherited from class org.springframework.integration.ws.AbstractWebServiceOutboundGateway |
|---|
getWebServiceTemplate, handleRequestMessage, setFaultMessageResolver, setMessageFactory, setMessageSender, setMessageSenders, setReplyChannel, setRequestCallback |
| Methods inherited from class org.springframework.integration.handler.AbstractReplyProducingMessageHandler |
|---|
getOutputChannel, handleMessageInternal, sendReplyMessage, setBeanFactory, setChannelResolver, setOutputChannel, setRequiresReply, setSelector, setSendTimeout, supports |
| Methods inherited from class org.springframework.integration.handler.AbstractMessageHandler |
|---|
handleMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.oxm.Unmarshaller unmarshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
public MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.oxm.Unmarshaller unmarshaller)
public MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller,
org.springframework.ws.WebServiceMessageFactory messageFactory)
public MarshallingWebServiceOutboundGateway(java.net.URI uri,
org.springframework.oxm.Marshaller marshaller)
| Method Detail |
|---|
protected java.lang.Object doHandle(java.lang.Object requestPayload,
org.springframework.ws.client.core.WebServiceMessageCallback requestCallback)
doHandle in class AbstractWebServiceOutboundGateway
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||