Uses of Package
org.jboss.resteasy.spi

Packages that use org.jboss.resteasy.spi
org.jboss.resteasy.client   
org.jboss.resteasy.client.core   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.registry   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.server.embedded   
org.jboss.resteasy.plugins.server.resourcefactory   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.plugins.server.tjws   
org.jboss.resteasy.plugins.spring   
org.jboss.resteasy.plugins.stats   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.springmvc   
org.jboss.resteasy.test   
org.jboss.resteasy.util   
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.client
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.client.core
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core
ApplicationException
          This exception should only be used by Resteasy integrators.
ConstructorInjector
           
Failure
          This exception should only be used by Resteasy integrators.
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
           
LoggableFailure
          This exception should only be used by Resteasy integrators.
MethodInjector
          Will invoke a method in the context of an HTTP request.
PropertyInjector
           
Registry
           
ResourceFactory
          Implementations of this interface are registered through the Registry class.
ResteasyProviderFactory
           
StringConverter
          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.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core.interception
ApplicationException
          This exception should only be used by Resteasy integrators.
Failure
          This exception should only be used by Resteasy integrators.
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.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core.registry
HttpRequest
          Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.mock
AsynchronousResponse
          This is injected into a jax-rs method via the @Suspend annotation.
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.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.providers
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.server.embedded
Registry
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.server.resourcefactory
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
           
ResourceFactory
          Implementations of this interface are registered through the Registry class.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.server.servlet
AsynchronousResponse
          This is injected into a jax-rs method via the @Suspend annotation.
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.
Registry
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.server.tjws
Registry
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.spring
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
           
PropertyInjector
           
Registry
           
ResourceFactory
          Implementations of this interface are registered through the Registry class.
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.stats
Registry
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.specimpl
HttpRequest
          Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.spi
ApplicationException
          This exception should only be used by Resteasy integrators.
AsynchronousResponse
          This is injected into a jax-rs method via the @Suspend annotation.
ConstructorInjector
           
Failure
          This exception should only be used by Resteasy integrators.
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
           
ResourceFactory
          Implementations of this interface are registered through the Registry class.
ResteasyProviderFactory
           
StringConverter
          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.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.springmvc
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.
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.test
Registry
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.util
HttpRequest
          Bridge interface between the base Resteasy JAX-RS implementation and the actual HTTP transport (i.e.
 



Copyright © 2009. All Rights Reserved.