public static class Link.JaxbLink extends Object
Link
that can be marshalled and
unmarshalled by JAXB.
Note that usage of this class requires the Jakarta XML Binding API and an implementation. The Jakarta RESTful Web
Services implementation is not required to provide these dependencies.Link.JaxbAdapter
Constructor and Description |
---|
JaxbLink()
Default constructor needed during unmarshalling.
|
JaxbLink(URI uri)
Construct an instance from a URI and no parameters.
|
JaxbLink(URI uri,
Map<QName,Object> params)
Construct an instance from a URI and some parameters.
|
public JaxbLink()
public JaxbLink(URI uri)
uri
- underlying URI.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.