| Package | Description | 
|---|---|
| javax.ws.rs.container | Container-specific JAX-RS API. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ContainerRequestFilter. filter(ContainerRequestContext requestContext)Filter method called before a request has been dispatched to a resource. | 
| void | ContainerResponseFilter. filter(ContainerRequestContext requestContext,
      ContainerResponseContext responseContext)Filter method called after a response has been provided for a request
 (either by a  request filteror by a
 matched resource method. | 
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.