|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.ws.rs.core.Link.JaxbLink
public static class Link.JaxbLink
Value type for Link
that can be marshalled and
unmarshalled by JAXB.
Link.JaxbAdapter
Constructor Summary | |
---|---|
Link.JaxbLink()
Default constructor needed during unmarshalling. |
|
Link.JaxbLink(URI uri)
Construct an instance from a URI and no parameters. |
|
Link.JaxbLink(URI uri,
Map<QName,Object> params)
Construct an instance from URI and a some parameters. |
Method Summary | |
---|---|
Map<QName,Object> |
getParams()
Get the parameter map for this link. |
URI |
getUri()
Get the underlying URI for this link. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Link.JaxbLink()
public Link.JaxbLink(URI uri)
uri
- underlying URI.public Link.JaxbLink(URI uri, Map<QName,Object> params)
uri
- underlying URI.params
- parameters of this link.Method Detail |
---|
public URI getUri()
public Map<QName,Object> getParams()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |