Restlet Framework 2.2.2
OSGi Environments

Package org.restlet.ext.jaxrs

Support for JAX-RS API.

See:
          Description

Interface Summary
ExtendedUriInfo This UriInfo extension returns UriBuilders which contains the "file" extension given by the request.
ObjectFactory Implement this interface to instantiate JAX-RS root resource classes and providers yourself and register it by JaxRsApplication.setObjectFactory(ObjectFactory).
 

Class Summary
AbstractUriBuilder Abstract implementation of interface UriBuilder.
ExtendedUriBuilder This UriBuilder extension provides special help for "file" extensions.
JaxRsApplication This is the main class to be used for the instantiation of a JAX-RS runtime environment.
JaxRsClientResource The JAX-RS implementation of the ClientResource class.
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

Support for JAX-RS API. Java XML for RESTful web services (JAX-RS) 1.1 provides a common way to develop RESTful web APIs on the server side. Limited client side support is also available.

Since:
Restlet 1.1
Author:
Stephan Koops
See Also:
JAX-RS Web site, User Guide - JAX-RS extension

Restlet Framework 2.2.2
OSGi Environments

Copyright © 2005-2014 Restlet.