Apache CXF API

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()
           
 
Method Summary
 Bus getBus()
           
 java.util.List<QueryHandler> getHandlers()
          Returns list of QueryHandlers
 void init()
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryHandlerRegistryImpl

public QueryHandlerRegistryImpl()
Method Detail

register

@PostConstruct
public void register()

init

@PostConstruct
public void init()

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 API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.