Apache CXF API

Uses of Package
org.apache.cxf.jaxrs.ext

Packages that use org.apache.cxf.jaxrs.ext
org.apache.cxf.jaxrs   
org.apache.cxf.jaxrs.client   
org.apache.cxf.jaxrs.cors CORS 
org.apache.cxf.jaxrs.ext   
org.apache.cxf.jaxrs.ext.atom   
org.apache.cxf.jaxrs.ext.codegen   
org.apache.cxf.jaxrs.impl.tl   
org.apache.cxf.jaxrs.model.wadl   
org.apache.cxf.jaxrs.provider   
org.apache.cxf.jaxrs.security   
org.apache.cxf.jaxrs.utils.multipart   
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs
ResourceComparator
          Can be used to affect the way the JAXRS selection algorithm chooses between multiple matching resource classes and methods
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.client
MessageContext
          Represents an invocation context
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.cors
RequestHandler
          RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
ResponseHandler
          ResponseHandler is capable of postprocessing requests ex., they can update the response status code, etc
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.ext
MessageContext
          Represents an invocation context
ProtocolHeaders
          An injectable interface that provides access to protocol headers
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.ext.atom
MessageContext
          Represents an invocation context
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.ext.codegen
RequestHandler
          RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.impl.tl
MessageContext
          Represents an invocation context
ProtocolHeaders
          An injectable interface that provides access to protocol headers
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.model.wadl
RequestHandler
          RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.provider
MessageContext
          Represents an invocation context
ParameterHandler
           
RequestHandler
          RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
ResponseHandler
          ResponseHandler is capable of postprocessing requests ex., they can update the response status code, etc
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.security
RequestHandler
          RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
 

Classes in org.apache.cxf.jaxrs.ext used by org.apache.cxf.jaxrs.utils.multipart
MessageContext
          Represents an invocation context
 


Apache CXF API

Apache CXF