Package javax.rws

The javax.rws contains API specification for the Java RESTful Web Services.

See:
          Description

Class Summary
Context Context describing the communication between the client and a target resource.
 

Annotation Types Summary
ApplicationClass References the class of the RESTful Web Application.
Cookie Allows the injection of cookie values.
Header Allows the injection of headers values, typically HTTP headers.
HostRef Host reference typically used on the Web Application class.
Representation Annotates the representation of a resource and can optionnaly specify metadata.
ResourceRef Declares the reference to a target resource.
Variable Allows the injection of variables extracted from URI templates.
 

Package javax.rws Description

The javax.rws contains API specification for the Java RESTful Web Services.