Apache CXF API

org.apache.cxf.transports.http
Interface QueryHandlerRegistry

All Known Implementing Classes:
QueryHandlerRegistryImpl

public interface QueryHandlerRegistry


Method Summary
 List<QueryHandler> getHandlers()
          Returns list of QueryHandlers
 void registerHandler(QueryHandler handler)
          Register QueryHandler with registry
 void registerHandler(QueryHandler handler, int position)
          Register QueryHandler with registry in a specified position in the list
 

Method Detail

registerHandler

void registerHandler(QueryHandler handler)
Register QueryHandler with registry


registerHandler

void registerHandler(QueryHandler handler,
                     int position)
Register QueryHandler with registry in a specified position in the list


getHandlers

List<QueryHandler> getHandlers()
Returns list of QueryHandlers


Apache CXF API

Apache CXF