RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

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.delegates   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.plugins.providers   
org.jboss.resteasy.plugins.server   
org.jboss.resteasy.plugins.server.embedded   
org.jboss.resteasy.plugins.server.resourcefactory   
org.jboss.resteasy.plugins.server.servlet   
org.jboss.resteasy.specimpl   
org.jboss.resteasy.spi   
org.jboss.resteasy.spi.interception   
org.jboss.resteasy.util   
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.client
Link
          Implementation of Link Headers v6
LinkHeader
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.client.core
Link
          Implementation of Link Headers v6
LinkHeader
           
ResteasyProviderFactory
           
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.client.core.executors
Registry
           
 

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 is thrown internally by Resteasy runtime.
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.
NotFoundException
          Thrown by RESTEasy when HTTP Not Found (404) is encountered
PropertyInjector
           
ProviderFactoryDelegate
           
ReaderException
          Any exception thrown by a MessageBodyReader chain that is not an instance of a ReaderException is caught internally by the Resteasy runtime and wrapped with an instance of ReaderException.
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.
StringParameterUnmarshaller
          Similar to StringConverter except specific to a parameter injection only.
WriterException
          Any exception thrown by a MessageBodyWriter chain that is not an instance of a WriterException is caught internally by the Resteasy runtime and wrapped with an instance of WriterException.
 

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.core.interception
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.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.delegates
LinkHeader
           
 

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

Classes in org.jboss.resteasy.spi used by org.jboss.resteasy.plugins.server
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.server.embedded
ResteasyDeployment
          This class is used to configure and initialize the core components of RESTEasy.
 

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.
NotFoundException
          Thrown by RESTEasy when HTTP Not Found (404) is encountered
ResteasyConfiguration
           
ResteasyDeployment
          This class is used to configure and initialize the core components of RESTEasy.
ResteasyProviderFactory
           
 

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 is thrown internally by Resteasy runtime.
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.
Link
          Implementation of Link Headers v6
LinkHeader
           
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.SortedKey
          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.
StringParameterUnmarshaller
          Similar to StringConverter except specific to a parameter injection only.
 

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


RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.