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
 

Methods in org.apache.cxf.transports.http that return types with arguments of type QueryHandler
 java.util.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 is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.