JAX-RS integration components

Defines an API and default provides for using Juneau serializers and parsers as JAX-RS providers.

Table of Contents
  1. Juneau JAX-RS Provider

1 - Juneau JAX-RS Provider

The Juneau framework contains the org.apache.juneau.rest.jaxrs package 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 org.apache.juneau.rest.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:

Juneau JAX-RS Provider API

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 DefaultProvider or JuneauProvider providers, or define your own by subclassing BaseProvider.