Apache CXF API

Package org.apache.cxf.jaxrs.ext

Interface Summary
ContextProvider<T> Provider of custom contexts representing the current request
MessageContext Represents an invocation context
ProtocolHeaders An injectable interface that provides access to protocol headers
ResourceComparator Can be used to affect the way the JAXRS selection algorithm chooses between multiple matching resource classes and methods
StreamingResponse<T>  
StreamingResponse.Writer<T>  
 

Class Summary
MessageContextImpl  
ProtocolHeadersImpl  
 

Annotation Types Summary
Nullable Some JAX-RS providers, notably JAXB-based ones return 400 when the incoming payload is empty.
Oneway Can be used to nominate oneway methods
 


Apache CXF API

Apache CXF