Interface XmlWriter
-
- All Known Implementing Classes:
AbstractTypeXmlMapping,AbstractValueXmlMapping,AbstractXmlMapping,AttributeXmlMapping,CollectionXmlMapping,ObjectXmlMapping,StaticXmlMapping,TreeXmlMarshaller,TypeXmlMapping,ValueXmlMapping
public interface XmlWriterWrites the XML for an object.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwriteXml(java.lang.Object object, XmlOutput output)Writes the XML for the input object.
-
-
-
Method Detail
-
writeXml
void writeXml(java.lang.Object object, XmlOutput output) throws XmlMarshallExceptionWrites the XML for the input object.- Parameters:
object- Object to have XML written for it.output- Output to write the XML.- Throws:
XmlMarshallException- If fails to write the object into XML.
-
-