Uses of Class
org.apache.cxf.transport.http.gzip.GZIPOutInterceptor.UseGzip

Packages that use GZIPOutInterceptor.UseGzip
org.apache.cxf.transport.http.gzip   
 

Uses of GZIPOutInterceptor.UseGzip in org.apache.cxf.transport.http.gzip
 

Methods in org.apache.cxf.transport.http.gzip that return GZIPOutInterceptor.UseGzip
static GZIPOutInterceptor.UseGzip GZIPOutInterceptor.UseGzip.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static GZIPOutInterceptor.UseGzip[] GZIPOutInterceptor.UseGzip.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Apache CXF