xsul.processor
Interface DynamicInfosetProcessor
- All Known Implementing Classes:
- HttpDynamicInfosetProcessor
- public interface DynamicInfosetProcessor
This is a base abstract class that allows to pass XML document to process that consumes it
and produces response (or null if one way).
Use particular subclass that implements transport like HTTP.
- Version:
- $Revision: 1.3 $
- Author:
- Aleksander Slominski
|
Method Summary |
XmlDocument |
processXml(XmlDocument input)
Take input XML document and get back response. |
processXml
public XmlDocument processXml(XmlDocument input)
throws DynamicInfosetProcessorException
- Take input XML document and get back response.
TODO: If response is null it means it is one way message.
- Throws:
DynamicInfosetProcessorException
IU Extreme! Lab (http://www.extreme.indiana.edu)