org.richfaces.cdk.xmlconfig.model
Class FacesIdAdapter

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

public class FacesIdAdapter
extends javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,FacesId>

Author:
asmirnov@exadel.com

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

Constructor Detail

FacesIdAdapter

public FacesIdAdapter()
Method Detail

marshal

public java.lang.String marshal(FacesId v)
                         throws java.lang.Exception
Specified by:
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,FacesId>
Throws:
java.lang.Exception

unmarshal

public FacesId unmarshal(java.lang.String v)
                  throws java.lang.Exception
Specified by:
unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<java.lang.String,FacesId>
Throws:
java.lang.Exception


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.