Uses of Package
javax.ws.rs.container

Packages that use javax.ws.rs.container
javax.ws.rs.container Container-specific JAX-RS API. 
org.jboss.example.jaxrs2.async   
org.jboss.resteasy.client.jaxrs.internal   
org.jboss.resteasy.core   
org.jboss.resteasy.core.interception   
org.jboss.resteasy.plugins.cache.server   
org.jboss.resteasy.plugins.interceptors   
org.jboss.resteasy.plugins.interceptors.encoding   
org.jboss.resteasy.security.doseta   
org.jboss.resteasy.skeleton.key.core   
org.jboss.resteasy.skeleton.key.server   
org.jboss.resteasy.spi   
org.jboss.resteasy.test.async   
 

Classes in javax.ws.rs.container used by javax.ws.rs.container
AsyncResponse
          An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
ContainerRequestContext
          Container request filter context.
ContainerResponseContext
          Container response filter context.
ResourceInfo
          An injectable class to access the resource class and resource method matched by the current request.
TimeoutHandler
          Asynchronous response suspend time-out handler.
 

Classes in javax.ws.rs.container used by org.jboss.example.jaxrs2.async
AsyncResponse
          An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
Suspended
          Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.client.jaxrs.internal
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.core
AsyncResponse
          An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
ContainerResponseFilter
          An extension interface implemented by container response filters.
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
PreMatching
          Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
ResourceInfo
          An injectable class to access the resource class and resource method matched by the current request.
ResumeCallback
          Asynchronous request processing lifecycle callback that receives suspended asynchronous response resume events.
Suspended
          Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
TimeoutHandler
          Asynchronous response suspend time-out handler.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.core.interception
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
ContainerResponseContext
          Container response filter context.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.plugins.cache.server
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.plugins.interceptors
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
ContainerResponseContext
          Container response filter context.
ContainerResponseFilter
          An extension interface implemented by container response filters.
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
ResourceInfo
          An injectable class to access the resource class and resource method matched by the current request.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.plugins.interceptors.encoding
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
ResourceInfo
          An injectable class to access the resource class and resource method matched by the current request.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.security.doseta
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
ContainerResponseContext
          Container response filter context.
ContainerResponseFilter
          An extension interface implemented by container response filters.
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
ResourceInfo
          An injectable class to access the resource class and resource method matched by the current request.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.skeleton.key.core
ContainerRequestContext
          Container request filter context.
ContainerRequestFilter
          An extension interface implemented by container request filters.
PreMatching
          Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.skeleton.key.server
ContainerRequestFilter
          An extension interface implemented by container request filters.
PreMatching
          Global binding annotation that can be applied to a container request filter to indicate that such filter should be applied globally on all resources in the application before the actual resource matching occurs.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.spi
AsyncResponse
          An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
ContainerResponseFilter
          An extension interface implemented by container response filters.
DynamicFeature
          A JAX-RS provider for dynamic registration of post-matching providers during a JAX-RS application setup at deployment time.
 

Classes in javax.ws.rs.container used by org.jboss.resteasy.test.async
AsyncResponse
          An injectable JAX-RS asynchronous response that provides means for asynchronous server side response processing.
Suspended
          Inject a suspended AsyncResponse into a parameter of an invoked JAX-RS resource or sub-resource method.
 



Copyright © 2012. All Rights Reserved.