org.exoplatform.services.xml.serialize
Interface BeanMapper

All Known Implementing Classes:
XML2Bean

public interface BeanMapper

Created by The eXo Platform SARL Author : Nhu Dinh Thuan nhudinhthuan@exoplatform.com Apr 21, 2007


Method Summary
<T> void
toBean(java.lang.Class<T> clazz, T object, XMLNode node)
           
<T> T
toBean(java.lang.Class<T> clazz, XMLDocument document)
           
<T> T
toBean(java.lang.Class<T> clazz, XMLNode node)
           
 

Method Detail

toBean

<T> T toBean(java.lang.Class<T> clazz,
             XMLDocument document)
         throws java.lang.Exception
Throws:
java.lang.Exception

toBean

<T> T toBean(java.lang.Class<T> clazz,
             XMLNode node)
         throws java.lang.Exception
Throws:
java.lang.Exception

toBean

<T> void toBean(java.lang.Class<T> clazz,
                T object,
                XMLNode node)
            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 eXo Platform SAS. All Rights Reserved.