Apache CXF API

Package org.apache.cxf.jaxrs.ext

Interface Summary
MessageContext Represents an invocation context
ParameterHandler<T>  
ProtocolHeaders An injectable interface that provides access to protocol headers
RequestHandler RequestHandler is capable of preprocessing requests ex., they can handle query extensions starting from _type
ResourceComparator Can be used to affect the way the JAXRS selection algorithm chooses between multiple matching resource classes and methods
ResponseHandler ResponseHandler is capable of postprocessing requests ex., they can update the response status code, etc
 

Class Summary
MessageContextImpl  
ProtocolHeadersImpl  
 

Annotation Types Summary
Oneway Can be used to nominate oneway methods
 


Apache CXF API

Apache CXF