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

Packages that use Failure
org.jboss.resteasy.core   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.providers.jaxb   
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 that throw Failure
 java.lang.Object ConstructorInjectorImpl.construct(HttpRequest request, HttpResponse httpResponse)
           
 ResourceInvoker SynchronousDispatcher.getInvoker(HttpRequest request, HttpResponse response)
           
 void PropertyInjectorImpl.inject(HttpRequest request, HttpResponse response, java.lang.Object target)
           
 java.lang.Object MethodInjectorImpl.invoke(HttpRequest request, HttpResponse httpResponse, java.lang.Object resource)
           
 

Uses of Failure in org.jboss.resteasy.plugins.cache.server
 

Methods in org.jboss.resteasy.plugins.cache.server that throw Failure
 ServerResponse ServerCacheHitInterceptor.preProcess(HttpRequest request, ResourceMethod method)
           
 

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.plugins.providers.jaxb
 

Subclasses of Failure in org.jboss.resteasy.plugins.providers.jaxb
 class JAXBMarshalException
           
 class JAXBUnmarshalException
           
 

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 UnauthorizedException
          Thrown by RESTEasy when HTTP Unauthorized (401) is encountered
 class UnsupportedMediaTypeException
          Thrown by RESTEasy when HTTP Unsupported Media Type (415) is encountered
 

Methods in org.jboss.resteasy.spi that throw Failure
 java.lang.Object ConstructorInjector.construct(HttpRequest request, HttpResponse response)
          construct inside the scope of an HTTP request.
 void PropertyInjector.inject(HttpRequest request, HttpResponse response, java.lang.Object target)
          Inject values into annotated properties (fields/setter methods) of the target object.
 java.lang.Object[] ConstructorInjector.injectableArguments(HttpRequest request, HttpResponse response)
          Create an argument list inside the scope of an HTTP request.
 java.lang.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.
 java.lang.Object MethodInjector.invoke(HttpRequest request, HttpResponse response, java.lang.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
 



Copyright © 2009. All Rights Reserved.