Uses of Package
jakarta.ws.rs
-
Classes in jakarta.ws.rs used by com.fasterxml.jackson.jakarta.rs.json Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce. -
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.apache.cxf.sts.rest Class Description DefaultValue Defines the default value of request meta-data that is bound using one of the following annotations:PathParam,QueryParam,MatrixParam,CookieParam,FormParam, orHeaderParam.DELETE Indicates that the annotated method responds to HTTP DELETE requests.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.POST Indicates that the annotated method responds to HTTP POST requests.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.QueryParam Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.client.exception Class Description BadRequestException A runtime exception indicating abad client request.ClientErrorException A base runtime application exception indicating a client request error (HTTP4xxstatus codes).ForbiddenException A runtime exception indicating that an access to a resource requested by a client has beenforbiddenby the server.InternalServerErrorException A runtime exception indicating aninternal server error.NotAcceptableException A runtime exception indicating that a client request isnot acceptableby the server.NotAllowedException A runtime exception indicating a client requesting a resource method that isnot allowed.NotAuthorizedException A runtime exception indicating request authorization failure caused by one of the following scenarios: a client did not send the required authorization credentials to access the requested resource, i.e.NotFoundException A runtime exception indicating a resource requested by a client wasnot foundon the server.NotSupportedException A runtime exception indicating that the client request entity media type isnot supported.RedirectionException A runtime application exception indicating a request redirection (HTTP3xxstatus codes).ServerErrorException A base runtime application exception indicating a server error (HTTP5xxstatus codes).ServiceUnavailableException A runtime exception indicating that the requested resourcecannot be served.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.client.jaxrs.internal Class Description RuntimeType Enumeration of JAX-RS runtime types. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.core Class Description ClientErrorException A base runtime application exception indicating a client request error (HTTP4xxstatus codes).DefaultValue Defines the default value of request meta-data that is bound using one of the following annotations:PathParam,QueryParam,MatrixParam,CookieParam,FormParam, orHeaderParam.DELETE Indicates that the annotated method responds to HTTP DELETE requests.GET Indicates that the annotated method responds to HTTP GET requests.NotFoundException A runtime exception indicating a resource requested by a client wasnot foundon the server.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.POST Indicates that the annotated method responds to HTTP POST requests.QueryParam Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property.RuntimeType Enumeration of JAX-RS runtime types.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.core.interception.jaxrs Class Description WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.core.providerfactory 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.jboss.resteasy.core.se 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.SeBootstrap.Instance.StopResult Result of stopping the application instance. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.interceptors Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.atom Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.jackson Class Description ConstrainedTo Indicates the run-time context in which an annotated JAX-RS provider is applicable.Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.jsonp 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.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.multipart Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.providers.sse Class Description Consumes Defines the media types that the methods of a resource class orMessageBodyReadercan accept.Produces Defines the media type(s) that the methods of a resource class orMessageBodyWritercan produce.WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.server.embedded Class Description SeBootstrap.Configuration Provides information needed by the JAX-RS implementation for bootstrapping an application. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.plugins.server.servlet Class Description NotFoundException A runtime exception indicating a resource requested by a client wasnot foundon the server. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.spi Class Description WebApplicationException Runtime exception for applications. -
Classes in jakarta.ws.rs used by org.jboss.resteasy.util Class Description ApplicationPath Identifies the application path that serves as the base URI for all resource URIs provided byPath.