org.drools.guvnor.server.jaxrs.providers.atom
Class UriAdapter

java.lang.Object
  extended by javax.xml.bind.annotation.adapters.XmlAdapter<String,URI>
      extended by org.drools.guvnor.server.jaxrs.providers.atom.UriAdapter

public class UriAdapter
extends XmlAdapter<String,URI>

TODO remove this file when JBoss AS includes RESTEasy 2.3.4.Final or higher


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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.