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 java.lang.Object
implements QueryHandlerRegistry


Constructor Summary
QueryHandlerRegistryImpl()
           
QueryHandlerRegistryImpl(Bus b, java.util.List<QueryHandler> handlers)
           
 
Method Summary
 Bus getBus()
           
 java.util.List<QueryHandler> getHandlers()
          Returns list of QueryHandlers
 void register()
           
 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(java.util.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,
                                java.util.List<QueryHandler> handlers)
Method Detail

setQueryHandlers

public void setQueryHandlers(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