Package jakarta.ws.rs.core
Class Link.JaxbLink
java.lang.Object
jakarta.ws.rs.core.Link.JaxbLink
- Enclosing class:
- Link
public static class Link.JaxbLink extends Object
Value type for 
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.- Since:
- 2.0
- See Also:
- Link.JaxbAdapter
- 
Constructor Details- 
JaxbLinkpublic JaxbLink()Default constructor needed during unmarshalling.
- 
JaxbLinkConstruct an instance from a URI and no parameters.- Parameters:
- uri- underlying URI.
 
- 
JaxbLinkConstruct an instance from a URI and some parameters.- Parameters:
- uri- underlying URI.
- params- parameters of this link.
 
 
- 
- 
Method Details