RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Uses of Class
org.jboss.resteasy.spi.Failure

Packages that use Failure
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
 

Uses of Failure in org.jboss.resteasy.core
 

Subclasses of Failure in org.jboss.resteasy.core
 class NoMessageBodyWriterFoundFailure
           
 

Methods in org.jboss.resteasy.core with parameters of type Failure
protected  void SynchronousDispatcher.handleFailure(HttpRequest request, HttpResponse response, Failure failure)
           
 

Methods in org.jboss.resteasy.core that throw Failure
 Object ConstructorInjectorImpl.construct(HttpRequest request, HttpResponse httpResponse)
           
 ResourceInvoker SynchronousDispatcher.getInvoker(HttpRequest request)
           
 void PropertyInjectorImpl.inject(HttpRequest request, HttpResponse response, Object target)
           
 Object MethodInjectorImpl.invoke(HttpRequest request, HttpResponse httpResponse, Object resource)
           
 

Uses of Failure in org.jboss.resteasy.plugins.interceptors
 

Methods in org.jboss.resteasy.plugins.interceptors that throw Failure
 ServerResponse SecurityInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 

Uses of Failure in org.jboss.resteasy.spi
 

Subclasses of Failure in org.jboss.resteasy.spi
 class BadRequestException
          Thrown by RESTEasy when HTTP Bad Request (400) is encountered
 class DefaultOptionsMethodException
          This exception is thrown when the client invokes HTTP OPTIONS operation and the JAX-RS resource does not have a Java method that supports OPTIONS.
 class InternalServerErrorException
          Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
 class LoggableFailure
          This exception should only be used by Resteasy integrators.
 class MethodNotAllowedException
          Thrown by RESTEasy when HTTP Method Not Allowed (405) is encountered
 class NotAcceptableException
          Thrown by RESTEasy when HTTP Not Acceptable (406) is encountered
 class NotFoundException
          Thrown by RESTEasy when HTTP Not Found (404) is encountered
 class ReaderException
          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.
 class UnauthorizedException
          Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
 class UnsupportedMediaTypeException
          Thrown by RESTEasy when HTTP Unsupported Media Type (415) is encountered
 class WriterException
          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.
 

Methods in org.jboss.resteasy.spi that throw Failure
 Object ConstructorInjector.construct(HttpRequest request, HttpResponse response)
          construct inside the scope of an HTTP request.
 void PropertyInjector.inject(HttpRequest request, HttpResponse response, Object target)
          Inject values into annotated properties (fields/setter methods) of the target object.
 Object[] ConstructorInjector.injectableArguments(HttpRequest request, HttpResponse response)
          Create an argument list inside the scope of an HTTP request.
 Object[] MethodInjector.injectArguments(HttpRequest request, HttpResponse response)
          Create the arguments that would be used to invoke the method in the context of an HTTP request.
 Object MethodInjector.invoke(HttpRequest request, HttpResponse response, Object target)
          Invoke on a method in the context of an HTTP request.
 

Uses of Failure in org.jboss.resteasy.spi.interception
 

Methods in org.jboss.resteasy.spi.interception that throw Failure
 ServerResponse PreProcessInterceptor.preProcess(HttpRequest request, ResourceMethod method)
          Preprocess resource method invocation
 


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.