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.client.core.executors   
org.jboss.resteasy.client.core.marshallers   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.core.messagebody   
org.jboss.resteasy.core.registry   
org.jboss.resteasy.mock   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.guice   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.providers.jaxb   
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.spi.interception   
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.client.core.executors
ResteasyProviderFactory
           
 

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

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core
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.
HttpRequestPreprocessor
          HttpRequestPreprocessors get invoked before any dispatching to JAX-RS resource methods happens
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
           
ProviderFactoryDelegate
           
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
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core.messagebody
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.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.cache.server
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.
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.guice
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
           
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.interceptors
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.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.interceptors.encoding
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.plugins.providers
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.providers.jaxb
BadRequestException
          Thrown by RESTEasy when HTTP Bad Request (400) is encountered
Failure
          This exception should only be used by Resteasy integrators.
InternalServerErrorException
          Thrown by RESTEasy when HTTP Internal Service Error (500) is encountered
LoggableFailure
          This exception should only be used by Resteasy integrators.
 

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

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
           
ResteasyDeployment
           
ResteasyProviderFactory
           
 

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

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
           
InternalDispatcher
           InternalDispatch represents a "forward" in servlet terms.
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
           
ResteasyProviderFactory.MessageBodyKey
          Allow us to sort message body implementations that are more specific for their types i.e.
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.spi.interception
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.
 

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
           
ResteasyDeployment
           
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.