Apache CXF API

org.apache.cxf.transport.http
Class QueryHandlerRegistryImpl

java.lang.Object
  extended by org.apache.cxf.transport.http.QueryHandlerRegistryImpl
All Implemented Interfaces:
QueryHandlerRegistry

public class QueryHandlerRegistryImpl
extends Object
implements QueryHandlerRegistry


Constructor Summary
QueryHandlerRegistryImpl()
           
QueryHandlerRegistryImpl(Bus b)
           
QueryHandlerRegistryImpl(Bus b, List<QueryHandler> handlers)
           
 
Method Summary
 Bus getBus()
           
 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
 void setBus(Bus b)
           
 void setQueryHandlers(List<QueryHandler> handlers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryHandlerRegistryImpl

public QueryHandlerRegistryImpl()

QueryHandlerRegistryImpl

public QueryHandlerRegistryImpl(Bus b)

QueryHandlerRegistryImpl

public QueryHandlerRegistryImpl(Bus b,
                                List<QueryHandler> handlers)
Method Detail

setQueryHandlers

public void setQueryHandlers(List<QueryHandler> handlers)

getBus

public Bus getBus()

setBus

public final void setBus(Bus b)

getHandlers

public List<QueryHandler> getHandlers()
Description copied from interface: QueryHandlerRegistry
Returns list of QueryHandlers

Specified by:
getHandlers in interface QueryHandlerRegistry

registerHandler

public void registerHandler(QueryHandler handler)
Description copied from interface: QueryHandlerRegistry
Register QueryHandler with registry

Specified by:
registerHandler in interface QueryHandlerRegistry

registerHandler

public void registerHandler(QueryHandler handler,
                            int position)
Description copied from interface: QueryHandlerRegistry
Register QueryHandler with registry in a specified position in the list

Specified by:
registerHandler in interface QueryHandlerRegistry

Apache CXF API

Apache CXF