org.jvnet.hyperjaxb3.xml.bind.annotation.adapters
Class IdentityAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<Object,Object>
      extended by org.jvnet.hyperjaxb3.xml.bind.annotation.adapters.IdentityAdapter

public class IdentityAdapter
extends XmlAdapter<Object,Object>


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

Constructor Detail

IdentityAdapter

public IdentityAdapter()
Method Detail

marshal

public Object marshal(Object v)
               throws Exception
Specified by:
marshal in class XmlAdapter<Object,Object>
Throws:
Exception

unmarshal

public Object unmarshal(Object v)
                 throws Exception
Specified by:
unmarshal in class XmlAdapter<Object,Object>
Throws:
Exception


Copyright © 2005-2014. All Rights Reserved.