Apache CXF API

Uses of Interface
org.apache.cxf.jaxrs.ext.RequestHandler

Packages that use RequestHandler
org.apache.cxf.jaxrs.cors CORS 
org.apache.cxf.jaxrs.ext.codegen   
org.apache.cxf.jaxrs.model.wadl   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.security   
 

Uses of RequestHandler in org.apache.cxf.jaxrs.cors
 

Classes in org.apache.cxf.jaxrs.cors that implement RequestHandler
 class CrossOriginResourceSharingFilter
          An single class that provides both an input and an output filter for CORS, following http://www.w3.org/TR/cors/.
 

Uses of RequestHandler in org.apache.cxf.jaxrs.ext.codegen
 

Classes in org.apache.cxf.jaxrs.ext.codegen that implement RequestHandler
 class CodeGeneratorProvider
           
 

Uses of RequestHandler in org.apache.cxf.jaxrs.model.wadl
 

Classes in org.apache.cxf.jaxrs.model.wadl that implement RequestHandler
 class WadlGenerator
           
 

Uses of RequestHandler in org.apache.cxf.jaxrs.provider
 

Methods in org.apache.cxf.jaxrs.provider that return types with arguments of type RequestHandler
 List<ProviderInfo<RequestHandler>> ProviderFactory.getRequestHandlers()
           
 

Uses of RequestHandler in org.apache.cxf.jaxrs.security
 

Classes in org.apache.cxf.jaxrs.security that implement RequestHandler
 class JAASAuthenticationFilter
           
 class SimpleAuthorizingFilter
           
 


Apache CXF API

Apache CXF