xsul.invoker
Interface DynamicInfosetInvoker
- All Known Implementing Classes:
- HttpDynamicInfosetInvoker
- public interface DynamicInfosetInvoker
This is interface that allows to invoke XML based service
(for example SOAP service if SOAP envelope is passed directly to invokeXml
or message cotnent is passed to invokeMessage that is then wrapped in SOAP Envelope/Body).
Implementaitn of this interface procide transport for XML content such as HTTP.
- Version:
- $Revision: 1.3 $
- Author:
- Aleksander Slominski
|
Method Summary |
XmlDocument |
invokeXml(XmlDocument input)
Invoke Web Service by sending XML document and returning back XML document. |
invokeXml
public XmlDocument invokeXml(XmlDocument input)
throws DynamicInfosetInvokerException
- Invoke Web Service by sending XML document and returning back XML document.
- Throws:
DynamicInfosetInvokerException
IU Extreme! Lab (http://www.extreme.indiana.edu)