org.richfaces.cdk.xmlconfig.model
Class ClassAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,ClassName>
org.richfaces.cdk.xmlconfig.model.ClassAdapter
public class ClassAdapter
- extends XmlAdapter<String,ClassName>
- Author:
- asmirnov@exadel.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassAdapter
public ClassAdapter()
marshal
public String marshal(ClassName v)
throws Exception
- Specified by:
marshal in class XmlAdapter<String,ClassName>
- Throws:
Exception
unmarshal
public ClassName unmarshal(String v)
throws Exception
- Specified by:
unmarshal in class XmlAdapter<String,ClassName>
- Throws:
Exception
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.