Uses of Package
javax.ws.rs
-
Packages that use javax.ws.rs Package Description javax.ws.rs High-level interfaces and annotations used to create RESTful service resources.javax.ws.rs.client The Client APIjavax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources.javax.ws.rs.ext APIs that provide extensions to the types supported by the API. -
Classes in javax.ws.rs used by javax.ws.rs Class Description ClientErrorException A base runtime application exception indicating a client request error (HTTP4xx
status codes).HttpMethod Associates the name of a HTTP method with an annotation.RuntimeType Enumeration of runtime types.ServerErrorException A base runtime application exception indicating a server error (HTTP5xx
status codes).WebApplicationException Runtime exception for applications. -
Classes in javax.ws.rs used by javax.ws.rs.client Class Description ProcessingException A base runtime processing exception. -
Classes in javax.ws.rs used by javax.ws.rs.core Class Description RuntimeType Enumeration of runtime types.WebApplicationException Runtime exception for applications. -
Classes in javax.ws.rs used by javax.ws.rs.ext Class Description WebApplicationException Runtime exception for applications.