|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use javax.ws.rs | |
---|---|
javax.ws.rs | High-level interfaces and annotations used to create RESTful service resources. |
javax.ws.rs.client | The JAX-RS client API |
javax.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 JAX-RS API. |
org.ieft.annotations | |
org.jboss.example.jaxrs2.async | |
org.jboss.resteasy.cdi | |
org.jboss.resteasy.cdi.asynch | This package (along with @see org.jboss.resteasy.test.cdi.asynch) tests JAX-RS and EJB asynchronous processing. |
org.jboss.resteasy.cdi.decorators | This package (along with @see org.jboss.resteasy.test.cdi.decorators) tests the application of CDI decorators to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources |
org.jboss.resteasy.cdi.ejb | This package (along with @see org.jboss.resteasy.test.cdi.ejb) tests EJBs used as JAX-RS components. |
org.jboss.resteasy.cdi.events | This package (along with @see org.jboss.resteasy.test.cdi.events) tests CDI event processing with JAX-RS components. |
org.jboss.resteasy.cdi.events.ejb | This package (along with @see org.jboss.resteasy.test.cdi.events.ejb) tests CDI events with EJBs. |
org.jboss.resteasy.cdi.extension.bean | This package (along with @see org.jboss.resteasy.test.cdi.extension.bean) introduces an application defined implementation of javax.enterprise.inject.spi.Bean. |
org.jboss.resteasy.cdi.extension.scope | This package (along with @see org.jboss.resteasy.test.cdi.extension.scope) introduces an application defined scope. |
org.jboss.resteasy.cdi.generic | This package (along with @see org.jboss.resteasy.test.cdi.generic) tests injection with parameterized required types and/or parameterized bean types. |
org.jboss.resteasy.cdi.inheritence | This package (along with @see org.jboss.resteasy.test.cdi.inheritence) tests alternatives, alternative stereotypes, and specialization. |
org.jboss.resteasy.cdi.injection | This package (along with @see org.jboss.resteasy.test.cdi.injection) tests injection into JAX-RS components. |
org.jboss.resteasy.cdi.injection.reverse | This package (along with @see org.jboss.resteasy.test.cdi.injection.reverse) tests injection of JAX-RS components into EJBs. |
org.jboss.resteasy.cdi.interceptors | This package (along with @see org.jboss.resteasy.test.cdi.interceptors) tests the application of interceptors to: *) ContainerRequestFilter *) ContainerResponseFilter *) ReaderInterceptor *) MessageBodyReader *) WriterInterceptor *) MessageBodyWriter *) Resources There are class level interceptors and method level interceptors. |
org.jboss.resteasy.cdi.modules | This package (along with @see org.jboss.resteasy.test.cdi.modules) tests injection of beans into JAX-RS resources across various jar, ejb-jar, war, and ear boundaries. |
org.jboss.resteasy.cdi.validation | This package (along with @see org.jboss.resteasy.test.cdi.validation) tests the application of validation (@see JSR 303: Bean Validation) to JAX-RS resources. |
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.example.oauth | |
org.jboss.resteasy.examples | |
org.jboss.resteasy.jsapi | |
org.jboss.resteasy.keystone.client | |
org.jboss.resteasy.keystone.server | |
org.jboss.resteasy.plugins.cache.server | |
org.jboss.resteasy.plugins.interceptors | |
org.jboss.resteasy.plugins.interceptors.encoding | |
org.jboss.resteasy.plugins.providers | |
org.jboss.resteasy.plugins.providers.atom | |
org.jboss.resteasy.plugins.providers.html | |
org.jboss.resteasy.plugins.providers.jackson | |
org.jboss.resteasy.plugins.providers.jaxb | |
org.jboss.resteasy.plugins.providers.jaxb.fastinfoset | |
org.jboss.resteasy.plugins.providers.jaxb.json | |
org.jboss.resteasy.plugins.providers.multipart | |
org.jboss.resteasy.plugins.providers.validation | |
org.jboss.resteasy.plugins.stats | |
org.jboss.resteasy.resteasy760 | |
org.jboss.resteasy.security.doseta | |
org.jboss.resteasy.security.smime | |
org.jboss.resteasy.skeleton.key.idm.service | |
org.jboss.resteasy.skeleton.key.jaxrs | |
org.jboss.resteasy.skeleton.key.servlet | |
org.jboss.resteasy.specimpl | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.spi.interception | |
org.jboss.resteasy.spi.validation | |
org.jboss.resteasy.test.application | |
org.jboss.resteasy.test.async | |
org.jboss.resteasy.test.smoke |
Classes in javax.ws.rs used by javax.ws.rs | |
---|---|
ClientErrorException
A base runtime application exception indicating a client request error (HTTP 4xx status codes). |
|
ConstrainedTo.Type
Enumeration of applicable JAX-RS provider constraint types. |
|
HttpMethod
Associates the name of a HTTP method with an annotation. |
|
ServerErrorException
A base runtime application exception indicating a server error (HTTP 5xx status codes). |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by javax.ws.rs.client | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by javax.ws.rs.core | |
---|---|
MessageProcessingException
The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by javax.ws.rs.ext | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.ieft.annotations | |
---|---|
HttpMethod
Associates the name of a HTTP method with an annotation. |
Classes in javax.ws.rs used by org.jboss.example.jaxrs2.async | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can 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 javax.ws.rs used by org.jboss.resteasy.cdi | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.asynch | |
---|---|
ApplicationPath
Identifies the application path that serves as the base URI for all resource URIs provided by Path . |
|
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. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.decorators | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
GET
Indicates that the annotated method responds to HTTP GET requests. |
|
NameBinding
Meta-annotation used to create name binding annotations for filters and interceptors. |
|
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 or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.ejb | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.events | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.events.ejb | |
---|---|
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. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.extension.bean | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.extension.scope | |
---|---|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
POST
Indicates that the annotated method responds to HTTP POST requests. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.generic | |
---|---|
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. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.inheritence | |
---|---|
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. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.injection | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.injection.reverse | |
---|---|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
POST
Indicates that the annotated method responds to HTTP POST requests. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.interceptors | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.modules | |
---|---|
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. |
Classes in javax.ws.rs used by org.jboss.resteasy.cdi.validation | |
---|---|
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. |
Classes in javax.ws.rs used by org.jboss.resteasy.client.core | |
---|---|
MessageProcessingException
The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter. |
Classes in javax.ws.rs used by org.jboss.resteasy.client.jaxrs.internal | |
---|---|
MessageProcessingException
The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.core | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
DefaultValue
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam ,
QueryParam ,
MatrixParam ,
CookieParam ,
FormParam ,
or HeaderParam . |
|
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. |
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.core.interception | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.example.oauth | |
---|---|
ApplicationPath
Identifies the application path that serves as the base URI for all resource URIs provided by Path . |
|
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. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.examples | |
---|---|
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 or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.jsapi | |
---|---|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
Classes in javax.ws.rs used by org.jboss.resteasy.keystone.client | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can produce. |
|
PUT
Indicates that the annotated method responds to HTTP PUT requests. |
|
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 javax.ws.rs used by org.jboss.resteasy.keystone.server | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 was not found on 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. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
PUT
Indicates that the annotated method responds to HTTP PUT requests. |
|
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 javax.ws.rs used by org.jboss.resteasy.plugins.cache.server | |
---|---|
ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider is applicable. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.interceptors | |
---|---|
BindingPriority
Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.interceptors.encoding | |
---|---|
BindingPriority
Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo. |
|
ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider is applicable. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.atom | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.html | |
---|---|
DefaultValue
Defines the default value of request meta-data that is bound using one of the following annotations: PathParam ,
QueryParam ,
MatrixParam ,
CookieParam ,
FormParam ,
or HeaderParam . |
|
Encoded
Disables automatic decoding of parameter values bound using QueryParam ,
PathParam , FormParam or MatrixParam . |
|
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 or MessageBodyWriter can produce. |
|
QueryParam
Binds the value(s) of a HTTP query parameter to a resource method parameter, resource class field, or resource class bean property. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jackson | |
---|---|
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 or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb.fastinfoset | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.jaxb.json | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.multipart | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.providers.validation | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.plugins.stats | |
---|---|
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. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.resteasy760 | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Encoded
Disables automatic decoding of parameter values bound using QueryParam ,
PathParam , FormParam or MatrixParam . |
|
FormParam
Binds the value(s) of a form parameter contained within a request entity body to a resource method parameter. |
|
Path
Identifies the URI path that a resource class or class method will serve requests for. |
|
POST
Indicates that the annotated method responds to HTTP POST requests. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
PUT
Indicates that the annotated method responds to HTTP PUT requests. |
Classes in javax.ws.rs used by org.jboss.resteasy.security.doseta | |
---|---|
BindingPriority
Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo. |
|
ConstrainedTo
Indicates the run-time context in which an annotated JAX-RS provider is applicable. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.security.smime | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.skeleton.key.idm.service | |
---|---|
ApplicationPath
Identifies the application path that serves as the base URI for all resource URIs provided by Path . |
|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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 or MessageBodyWriter can 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 javax.ws.rs used by org.jboss.resteasy.skeleton.key.jaxrs | |
---|---|
BadRequestException
A runtime exception indicating a bad client request . |
|
BindingPriority
Filters and interceptors are grouped in chains for each of the extension points: Pre, PreMatch, Post as well as ReadFrom and WriteTo. |
|
InternalServerErrorException
A runtime exception indicating an internal server error . |
Classes in javax.ws.rs used by org.jboss.resteasy.skeleton.key.servlet | |
---|---|
BadRequestException
A runtime exception indicating a bad client request . |
|
InternalServerErrorException
A runtime exception indicating an internal server error . |
Classes in javax.ws.rs used by org.jboss.resteasy.specimpl | |
---|---|
MessageProcessingException
The exception thrown by JAX-RS runtime in case the processing of a message entity failed in a request or response filter. |
Classes in javax.ws.rs used by org.jboss.resteasy.spi | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.spi.interception | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.spi.validation | |
---|---|
WebApplicationException
Runtime exception for applications. |
Classes in javax.ws.rs used by org.jboss.resteasy.test.application | |
---|---|
Consumes
Defines the media types that the methods of a resource class or MessageBodyReader can accept. |
|
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. |
|
POST
Indicates that the annotated method responds to HTTP POST requests. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
Classes in javax.ws.rs used by org.jboss.resteasy.test.async | |
---|---|
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. |
|
Produces
Defines the media type(s) that the methods of a resource class or MessageBodyWriter can produce. |
|
PUT
Indicates that the annotated method responds to HTTP PUT requests. |
Classes in javax.ws.rs used by org.jboss.resteasy.test.smoke | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |