org.apache.cxf.transport.http
Class QueryHandlerRegistryImpl

java.lang.Object
  extended by 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


Constructor Summary
QueryHandlerRegistryImpl()
           
QueryHandlerRegistryImpl(org.apache.cxf.Bus b)
           
QueryHandlerRegistryImpl(org.apache.cxf.Bus b, List<org.apache.cxf.transports.http.QueryHandler> handlers)
           
 
Method Summary
 org.apache.cxf.Bus getBus()
           
 List<org.apache.cxf.transports.http.QueryHandler> getHandlers()
           
 void registerHandler(org.apache.cxf.transports.http.QueryHandler handler)
           
 void registerHandler(org.apache.cxf.transports.http.QueryHandler handler, int position)
           
 void setBus(org.apache.cxf.Bus b)
           
 void setQueryHandlers(List<org.apache.cxf.transports.http.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(org.apache.cxf.Bus b)

QueryHandlerRegistryImpl

public QueryHandlerRegistryImpl(org.apache.cxf.Bus b,
                                List<org.apache.cxf.transports.http.QueryHandler> handlers)
Method Detail

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