org.jboss.resteasy.plugins.providers.atom
Class UriAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,URI>
org.jboss.resteasy.plugins.providers.atom.UriAdapter
public class UriAdapter
- extends XmlAdapter<String,URI>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UriAdapter
public UriAdapter()
unmarshal
public URI unmarshal(String s)
throws Exception
- Specified by:
unmarshal
in class XmlAdapter<String,URI>
- Throws:
Exception
marshal
public String marshal(URI uri)
throws Exception
- Specified by:
marshal
in class XmlAdapter<String,URI>
- Throws:
Exception
Copyright © 2011. All Rights Reserved.