public static class Link.JaxbAdapter extends XmlAdapter<Link.JaxbLink,Link>
An implementation of JAXB XmlAdapter
that maps the JAX-RS Link type to a value that can be
marshalled and unmarshalled by JAXB.
Link.JaxbLink| Constructor and Description |
|---|
Link.JaxbAdapter() |
public Link unmarshal(Link.JaxbLink v) throws Exception
unmarshal in class XmlAdapter<Link.JaxbLink,Link>Exceptionpublic Link.JaxbLink marshal(Link v) throws Exception
marshal in class XmlAdapter<Link.JaxbLink,Link>ExceptionCopyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.