Apache CXF API

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

Packages that use QueryHandler
org.apache.cxf.javascript   
org.apache.cxf.transport.http   
org.apache.cxf.transport.servlet   
org.apache.cxf.transports.http   
 

Uses of QueryHandler in org.apache.cxf.javascript
 

Classes in org.apache.cxf.javascript that implement QueryHandler
 class JavascriptQueryHandler
           
 

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

Methods in org.apache.cxf.transport.http that return types with arguments of type QueryHandler
 List<QueryHandler> QueryHandlerRegistryImpl.getHandlers()
           
 

Methods in org.apache.cxf.transport.http with parameters of type QueryHandler
 void QueryHandlerRegistryImpl.registerHandler(QueryHandler handler)
           
 void QueryHandlerRegistryImpl.registerHandler(QueryHandler handler, int position)
           
 

Method parameters in org.apache.cxf.transport.http with type arguments of type QueryHandler
 void QueryHandlerRegistryImpl.setQueryHandlers(List<QueryHandler> handlers)
           
 

Constructor parameters in org.apache.cxf.transport.http with type arguments of type QueryHandler
QueryHandlerRegistryImpl(Bus b, List<QueryHandler> handlers)
           
 

Uses of QueryHandler in org.apache.cxf.transport.servlet
 

Methods in org.apache.cxf.transport.servlet that return QueryHandler
protected  QueryHandler ServletController.findQueryHandler(QueryHandlerRegistry queryHandlerRegistry, EndpointInfo ei, String ctxUri, String baseUri)
           
 

Methods in org.apache.cxf.transport.servlet with parameters of type QueryHandler
protected  void ServletController.respondUsingQueryHandler(QueryHandler selectedHandler, javax.servlet.http.HttpServletResponse res, EndpointInfo ei, String ctxUri, String baseUri)
           
 

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