Package org.jclouds.xml.internal
Class JAXBParser
java.lang.Object
org.jclouds.xml.internal.JAXBParser
- All Implemented Interfaces:
XMLParser
Parses XML documents using JAXB.
- See Also:
-
Field Summary
Fields inherited from interface org.jclouds.xml.XMLParser
DEFAULT_XML_HEADER
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JAXBParser
-
-
Method Details
-
toXML
Description copied from interface:XMLParser
Serialize the object into xml.- Specified by:
toXML
in interfaceXMLParser
- Throws:
IOException
-
toXML
Description copied from interface:XMLParser
Serialize the object into xml, as the declared type.- Specified by:
toXML
in interfaceXMLParser
- Throws:
IOException
-
fromXML
Description copied from interface:XMLParser
Deserialize the object from xml.- Specified by:
fromXML
in interfaceXMLParser
- Throws:
IOException
-