Uses of Class
javax.ws.rs.BindingPriority

Packages that use BindingPriority
org.glassfish.jersey.filter Jersey Request & Response Filtering support & utility classes. 
org.glassfish.jersey.message.internal Common Jersey internal messaging classes. 
org.glassfish.jersey.server.filter Provides core server filters. 
org.glassfish.jersey.server.internal Jersey server-side internal classes. 
org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. 
 

Uses of BindingPriority in org.glassfish.jersey.filter
 

Classes in org.glassfish.jersey.filter with annotations of type BindingPriority
 class LoggingFilter
          Universal logging filter.
 

Uses of BindingPriority in org.glassfish.jersey.message.internal
 

Classes in org.glassfish.jersey.message.internal with annotations of type BindingPriority
 class ExceptionWrapperInterceptor
          Interceptor that transforms WebApplicationException to MessageBodyProcessingException.
 

Uses of BindingPriority in org.glassfish.jersey.server.filter
 

Classes in org.glassfish.jersey.server.filter with annotations of type BindingPriority
 class CsrfProtectionFilter
          Simple server-side request filter that implements CSRF protection as per the Guidelines for Implementation of REST by NSA (section IV.F) and section 4.3 of this paper.
 class EncodingFilter
          Container filter that supports encoding-based content negotiation.
 class HttpMethodOverrideFilter
          A pre-matching filter to support HTTP method replacing of a POST request to a request utilizing another HTTP method for the case where proxies or HTTP servers would otherwise block that HTTP method.
 class UriConnegFilter
          A URI-based content negotiation filter mapping a dot-declared suffix in URI to media type that is the value of the Accept header or a language that is the value of the Accept-Language header.
 

Uses of BindingPriority in org.glassfish.jersey.server.internal
 

Classes in org.glassfish.jersey.server.internal with annotations of type BindingPriority
 class JsonWithPaddingInterceptor
          A WriterInterceptor implementation for JSONP format.
 

Uses of BindingPriority in org.glassfish.jersey.spi
 

Classes in org.glassfish.jersey.spi with annotations of type BindingPriority
 class ContentEncoder
          Standard contract for plugging in content encoding support.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.