RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.xmlconfig.model
Class ClassAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,ClassName>
      extended by org.richfaces.cdk.xmlconfig.model.ClassAdapter

public class ClassAdapter
extends XmlAdapter<String,ClassName>

Author:
asmirnov@exadel.com

Constructor Summary
ClassAdapter()
           
 
Method Summary
 String marshal(ClassName v)
           
 ClassName unmarshal(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClassAdapter

public ClassAdapter()
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.