Package org.jclouds.xml
Interface XMLParser
- All Known Implementing Classes:
JAXBParser
public interface XMLParser
Parses XML documents.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
DEFAULT_XML_HEADER
The default xml header.- See Also:
-
-
Method Details
-
toXML
Serialize the object into xml.- Throws:
IOException
-
toXML
Serialize the object into xml, as the declared type.- Throws:
IOException
-
fromXML
Deserialize the object from xml.- Throws:
IOException
-