Apache CXF API

Uses of Interface
org.apache.cxf.transports.http.QueryHandler

Packages that use QueryHandler
org.apache.cxf.transports.http   
 

Uses of QueryHandler in org.apache.cxf.transports.http
 

Subinterfaces of QueryHandler in org.apache.cxf.transports.http
 interface StemMatchingQueryHandler
           
 

Methods in org.apache.cxf.transports.http that return types with arguments of type QueryHandler
 List<QueryHandler> QueryHandlerRegistry.getHandlers()
          Returns list of QueryHandlers
 

Methods in org.apache.cxf.transports.http with parameters of type QueryHandler
 void QueryHandlerRegistry.registerHandler(QueryHandler handler)
          Register QueryHandler with registry
 void QueryHandlerRegistry.registerHandler(QueryHandler handler, int position)
          Register QueryHandler with registry in a specified position in the list
 


Apache CXF API

Apache CXF