org.apache.cxf.transport.http
Class QueryHandlerRegistryImpl
java.lang.Object
org.apache.cxf.transport.http.QueryHandlerRegistryImpl
- All Implemented Interfaces:
- QueryHandlerRegistry
public class QueryHandlerRegistryImpl
- extends Object
- implements QueryHandlerRegistry
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueryHandlerRegistryImpl
public QueryHandlerRegistryImpl()
QueryHandlerRegistryImpl
public QueryHandlerRegistryImpl(Bus b)
QueryHandlerRegistryImpl
public QueryHandlerRegistryImpl(Bus b,
List<QueryHandler> handlers)
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