org.exoplatform.services.xml.serialize
Interface XMLMapper

All Known Implementing Classes:
Bean2XML

public interface XMLMapper

Author : Nhu Dinh Thuan Email:nhudinhthuan@yahoo.com Apr 9, 2007


Method Summary
 void toXML(java.lang.Object bean, XMLNode node)
           
 XMLDocument toXMLDocument(java.lang.Object bean)
           
 

Method Detail

toXML

void toXML(java.lang.Object bean,
           XMLNode node)
           throws java.lang.Exception
Throws:
java.lang.Exception

toXMLDocument

XMLDocument toXMLDocument(java.lang.Object bean)
                          throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2011 eXo Platform SAS. All Rights Reserved.