public static class Link.JaxbAdapter extends javax.xml.bind.annotation.adapters.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 javax.xml.bind.annotation.adapters.XmlAdapter<Link.JaxbLink,Link>Exceptionpublic Link.JaxbLink marshal(Link v) throws Exception
marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<Link.JaxbLink,Link>ExceptionCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.