Uses of Package
jakarta.ws.rs
-
Packages that use jakarta.ws.rs Package Description jakarta.ws.rs High-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.client The JAX-RS client APIjakarta.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.jakarta.ws.rs.ext APIs that provide extensions to the types supported by the JAX-RS API.org.glassfish.jersey Common Jersey core classes.org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.client.authentication Provides core client authentication mechanisms.org.glassfish.jersey.client.innate.inject org.glassfish.jersey.client.internal Jersey client-side internal classes.org.glassfish.jersey.client.spi Jersey client SPI classes/interfaces.org.glassfish.jersey.internal Common Jersey internal API classes.org.glassfish.jersey.message Common Jersey messaging classes.org.glassfish.jersey.message.internal Common Jersey internal messaging classes.org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.server Jersey server-side classes.org.glassfish.jersey.server.filter.internal Server filter internal classes.org.glassfish.jersey.server.internal Jersey server-side internal classes.org.glassfish.jersey.server.model Jersey server-side application & resource modeling classes.org.glassfish.jersey.server.monitoring Jersey server-side monitoring JMX MBeans interfaces.org.glassfish.jersey.server.spi Jersey server-side service provider contract (SPI) classes.org.glassfish.jersey.server.spi.internal Jersey server-side internal service provider contract (SPI) classes.org.glassfish.jersey.server.wadl.internal Jersey server-side WADL internal classes.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
Classes in jakarta.ws.rs used by jakarta.ws.rs Class Description ClientErrorException A base runtime application exception indicating a client request error (HTTP4xxstatus codes).HttpMethod Associates the name of a HTTP method with an annotation.RuntimeType Enumeration of JAX-RS runtime types.SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application.SeBootstrap.Configuration.Builder Builder for bootstrapSeBootstrap.Configuration.SeBootstrap.Configuration.SSLClientAuthentication Secure socket client authentication policySeBootstrap.Instance Handle of the running application instance.SeBootstrap.Instance.StopResult Result of stopping the application instance.ServerErrorException A base runtime application exception indicating a server error (HTTP5xxstatus codes).WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by jakarta.ws.rs.client Class Description ProcessingException A base JAX-RS runtime processing exception. -
Classes in jakarta.ws.rs used by jakarta.ws.rs.core Class Description RuntimeType Enumeration of JAX-RS runtime types.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by jakarta.ws.rs.ext Class Description SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application.SeBootstrap.Configuration.Builder Builder for bootstrapSeBootstrap.Configuration.SeBootstrap.Instance Handle of the running application instance.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey Class Description RuntimeType Enumeration of JAX-RS runtime types. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.client Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.ProcessingException A base JAX-RS runtime processing exception.RuntimeType Enumeration of JAX-RS runtime types.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.client.authentication Class Description ProcessingException A base JAX-RS runtime processing exception. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.client.innate.inject Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.client.internal Class Description ProcessingException A base JAX-RS runtime processing exception. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.client.spi Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.internal Class Description RuntimeType Enumeration of JAX-RS runtime types.SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application.SeBootstrap.Configuration.Builder Builder for bootstrapSeBootstrap.Configuration.SeBootstrap.Instance Handle of the running application instance. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.message Class Description WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.message.internal Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.ProcessingException A base JAX-RS runtime processing exception.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.RuntimeType Enumeration of JAX-RS runtime types.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.model.internal Class Description RuntimeType Enumeration of JAX-RS runtime types. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server Class Description ProcessingException A base JAX-RS runtime processing exception.RuntimeType Enumeration of JAX-RS runtime types.SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application.SeBootstrap.Configuration.Builder Builder for bootstrapSeBootstrap.Configuration.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.filter.internal Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.internal Class Description SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application.SeBootstrap.Instance Handle of the running application instance.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.model Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.Path Identifies the URI path that a resource class or class method will serve requests for. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.monitoring Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.spi Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.ProcessingException A base JAX-RS runtime processing exception.SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.spi.internal Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.ProcessingException A base JAX-RS runtime processing exception. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.server.wadl.internal Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.GET Indicates that the annotated method responds to HTTP GET requests.Path Identifies the URI path that a resource class or class method will serve requests for.PathParam Binds the value of a URI template parameter or a path segment containing the template parameter to a resource method parameter, resource class field, or resource class bean property.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce. -
Classes in jakarta.ws.rs used by org.glassfish.jersey.spi Class Description WebApplicationException Runtime exception for applications.