Juneau JAX-RS Provider

The Juneau framework contains the juneau-rest-server-jaxrs bundle for performing simple integration of Juneau serializers and parsers in JAX-RS compliant environments.

It should be noted that although some of the functionality of the Juneau Server API is provided through the JAX-RS integration components, it is not nearly as flexible as using the {@link oajr.RestServlet} class directly.

What you can do with the Juneau JAX-RS provider classes:

What you can't do with the Juneau JAX-RS provider classes:

The Juneau JAX-RS provider API consists of the following classes:

For the most part, when using these components, you'll either use the existing BasicProvider, or define your own by subclassing BaseProvider.