public class UriAdapter extends XmlAdapter<String,URI>
UriAdapter()
String
marshal(URI uri)
URI
unmarshal(String s)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public UriAdapter()
public URI unmarshal(String s) throws Exception
unmarshal
XmlAdapter<String,URI>
Exception
public String marshal(URI uri) throws Exception
marshal
Copyright © 2013. All Rights Reserved.