org.apache.cxf.transport.http
Class QueryHandlerRegistryImpl
java.lang.Object
org.apache.cxf.transport.http.QueryHandlerRegistryImpl
- All Implemented Interfaces:
- QueryHandlerRegistry
public class QueryHandlerRegistryImpl
- extends java.lang.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,
java.util.List<QueryHandler> handlers)
register
@PostConstruct
public void register()
getHandlers
public java.util.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
setBus
public void setBus(Bus b)
getBus
public Bus getBus()
Apache CXF