Package org.jboss.resteasy.spi

Interface Summary
AsynchronousResponse This is injected into a jax-rs method via the @Suspend annotation.
ClientHttpOutput Bridge interface between the base Resteasy JAX-RS client implementation and the actual HTTP transport (i.e.
ConstructorInjector  
HttpRequest Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
HttpResponse Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
InjectorFactory  
MethodInjector Will invoke a method in the context of an HTTP request.
PropertyInjector  
ProviderFactoryDelegate  
Registry  
ResourceFactory Implementations of this interface are registered through the Registry class.
StringConverter<T> Implement this interface and annotate your class with @Provider to provide marshalling and unmarshalling of string-based, @HeaderParam, @MatrixParam, @QueryParam, and/or @PathParam injected values.
 

Class Summary
ObjectFor  
ResteasyProviderFactory  
 

Exception Summary
ApplicationException This exception should only be used by Resteasy integrators.
Failure This exception should only be used by Resteasy integrators.
LoggableFailure This exception should only be used by Resteasy integrators.
NoResourceFoundFailure  
UnhandledException This exception should only be used by Resteasy integrators.
 



Copyright © 2009. All Rights Reserved.