org.drools.guvnor.server.jaxrs.providers.atom
Class UriAdapter
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<String,URI>
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
| 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 © 2001-2013 JBoss by Red Hat. All Rights Reserved.