org.jboss.resteasy.plugins.providers.atom
Class UriAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,URI>
      extended by org.jboss.resteasy.plugins.providers.atom.UriAdapter

public class UriAdapter
extends XmlAdapter<String,URI>

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
UriAdapter()
           
 
Method Summary
 String marshal(URI uri)
           
 URI unmarshal(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriAdapter

public UriAdapter()
Method Detail

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.