org.apache.cxf.transport.http
Class QueryHandlerRegistryImpl
java.lang.Object
org.apache.cxf.transport.http.QueryHandlerRegistryImpl
- All Implemented Interfaces:
- org.apache.cxf.transports.http.QueryHandlerRegistry
public class QueryHandlerRegistryImpl
- extends Object
- implements org.apache.cxf.transports.http.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(org.apache.cxf.Bus b)
QueryHandlerRegistryImpl
public QueryHandlerRegistryImpl(org.apache.cxf.Bus b,
List<org.apache.cxf.transports.http.QueryHandler> handlers)
setQueryHandlers
public void setQueryHandlers(List<org.apache.cxf.transports.http.QueryHandler> handlers)
getBus
public org.apache.cxf.Bus getBus()
setBus
public final void setBus(org.apache.cxf.Bus b)
getHandlers
public List<org.apache.cxf.transports.http.QueryHandler> getHandlers()
- Specified by:
getHandlers in interface org.apache.cxf.transports.http.QueryHandlerRegistry
registerHandler
public void registerHandler(org.apache.cxf.transports.http.QueryHandler handler)
- Specified by:
registerHandler in interface org.apache.cxf.transports.http.QueryHandlerRegistry
registerHandler
public void registerHandler(org.apache.cxf.transports.http.QueryHandler handler,
int position)
- Specified by:
registerHandler in interface org.apache.cxf.transports.http.QueryHandlerRegistry
Apache CXF