xsul.invoker
Interface MessageInvoker
- All Known Implementing Classes:
- SoapHttpDynamicInfosetInvoker, WsaInvoker
- public interface MessageInvoker
This is specialization of DynamicInfosetInvoker
to deal only with real message content,
for example in case of SOAP it means to take content of SOAP Body.
This interface pri
- Version:
- $Revision: 1.3 $
- Author:
- Aleksander Slominski
|
Method Summary |
XmlElement |
invokeMessage(XmlElement message)
When invoking using this method the actual XML sent may be wrapped
(for exampel SOAP 1.1 invoker will put SOAP Envelope and Body around message
and extract back Body content from resposne message - if not oneway) |
invokeMessage
public XmlElement invokeMessage(XmlElement message)
throws DynamicInfosetInvokerException
- When invoking using this method the actual XML sent may be wrapped
(for exampel SOAP 1.1 invoker will put SOAP Envelope and Body around message
and extract back Body content from resposne message - if not oneway)
- Throws:
DynamicInfosetInvokerException
IU Extreme! Lab (http://www.extreme.indiana.edu)