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

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

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)
           
 Response ResourceMethodSecurityInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodCacheControlInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethod.ResourceContext.proceed()
           
 

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

Methods in org.jboss.resteasy.core.interception that throw Failure
 Response ResourceMethodInterceptor.invoke(ResourceMethodContext ctx)
           
 Response ResourceMethodContext.proceed()
           
 

Uses of Failure in org.jboss.resteasy.spi
 

Subclasses of Failure in org.jboss.resteasy.spi
 class LoggableFailure
          This exception should only be used by Resteasy integrators.
 class NoResourceFoundFailure
           
 

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.
 



Copyright © 2009. All Rights Reserved.