Package org.restlet.ext.jaxrs

Implementation of JAX-RS 1.0 (JSR-311).

See:
          Description

Interface Summary
ObjectFactory Implement this interface to instantiate JAX-RS root resource classes and providers yourself and register it by JaxRsApplication.setObjectFactory(ObjectFactory).
RoleChecker This interface provides user role checks.
 

Class Summary
JaxRsApplication This is the main class to be used for the instantiation of a JAX-RS runtime environment.
JaxRsRestlet This class choose the JAX-RS resource class and method to use for a request and handles the result from he resource method.
 

Exception Summary
InstantiateException Thrown if a provider, a root resource class or a resource class could not be instantiated.
 

Package org.restlet.ext.jaxrs Description

Implementation of JAX-RS 1.0 (JSR-311). This is the API developed by the JSR-311 expert group. The main class is JaxRsApplication.

This extension doesn't pretend to be fully compliant with the specification but it is close to completion. We are looking forward to getting access to the TCK in order to validate our compatibility.

Since:
1.1 @see Specification: PDF (normative)
Author:
Stephan Koops
See Also:
HTML (non normative), JSR-311 Web site


Copyright © 2005-2008 Noelios Technologies.