Package org.jboss.resteasy.spi
package org.jboss.resteasy.spi
-
ClassDescriptionThis exception is thrown internally by Resteasy runtime.Deprecated.Replaced by javax.ws.rs.container.AsyncResponseThrown by RESTEasy when HTTP Bad Request (400) is encounteredThis exception is thrown when the client invokes HTTP OPTIONS operation and the JAX-RS resource does not have a Java method that supports OPTIONS.This exception should only be used by Resteasy integrators.Deprecated.Replaced by javax.ws.rs.ForbiddenException in jaxrs-api module.Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.HttpRequestPreprocessors get invoked before any dispatching to JAX-RS resource methods happensBridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.InternalDispatch represents a "forward" in servlet terms.Thrown by RESTEasy when HTTP Internal Service Error (500) is encounteredDeprecated.Replaced by javax.ws.rs.core.Link in jaxrs-api module.Abstraction for LInk headers.This exception should only be used by Resteasy integrators.Allows you to access the entity's raw bytes as well as the marshalled object.Will invoke a method in the context of an HTTP request.Deprecated.Replaced by javax.ws.rs.NotAllowedException in jaxrs-api module.WebApplicationExceptions are logged by RESTEasy.Deprecated.Replaced by javax.ws.rs.NotAcceptableException in jaxrs-api module.Deprecated.Replaced by javax.ws.rs.NotFoundException in jaxrs-api module.Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally by the Resteasy runtime and wrapped with an instance of ReaderException.Implementations of this interface are registered through the Registry class.This class is used to configure and initialize the core components of RESTEasy.Allow us to sort message body implementations that are more specific for their types i.e.UriInfo implementation with some added extra methods to help process requestsDeprecated.Replaced by javax.ws.rs.ext.ParamConverterSimilar to StringConverter except specific to a parameter injection only.Deprecated.Replaced by javax.ws.rs.NotAuthorizedException in jaxrs-api module.This exception should only be used by Resteasy integrators.Deprecated.Replaced by javax.ws.rs.NotSupportedException in jaxrs-api module.Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.