Interface XmlMapping
- All Known Implementing Classes:
AbstractTypeXmlMapping,AbstractValueXmlMapping,AbstractXmlMapping,AttributeXmlMapping,CollectionXmlMapping,ObjectXmlMapping,ProxyXmlMapping,ReferenceXmlMapping,StaticXmlMapping,TreeXmlMarshaller,TypeXmlMapping,ValueXmlMapping
public interface XmlMapping
Mapping of object to XML.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
map
Maps the object into XML.- Parameters:
object- Object to map into XML.output- Output to send the XML.- Throws:
XmlMarshallException- If fails to map object into XML.
-
getWriter
XmlWriter getWriter()Obtains theXmlWriterfor this mapping.- Returns:
XmlWriterfor this mapping.
-