|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryHandler | |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transports.http |
Uses of QueryHandler in org.apache.cxf.transport.http |
---|
Classes in org.apache.cxf.transport.http that implement QueryHandler | |
---|---|
class |
WSDLQueryHandler
|
Methods in org.apache.cxf.transport.http that return types with arguments of type QueryHandler | |
---|---|
java.util.List<QueryHandler> |
QueryHandlerRegistryImpl.getHandlers()
|
Methods in org.apache.cxf.transport.http with parameters of type QueryHandler | |
---|---|
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler)
|
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler,
int position)
|
Constructor parameters in org.apache.cxf.transport.http with type arguments of type QueryHandler | |
---|---|
QueryHandlerRegistryImpl(Bus b,
java.util.List<QueryHandler> handlers)
|
Uses of QueryHandler in org.apache.cxf.transports.http |
---|
Subinterfaces of QueryHandler in org.apache.cxf.transports.http | |
---|---|
interface |
StemMatchingQueryHandler
|
Methods in org.apache.cxf.transports.http that return types with arguments of type QueryHandler | |
---|---|
java.util.List<QueryHandler> |
QueryHandlerRegistry.getHandlers()
Returns list of QueryHandlers |
Methods in org.apache.cxf.transports.http with parameters of type QueryHandler | |
---|---|
void |
QueryHandlerRegistry.registerHandler(QueryHandler handler)
Register QueryHandler with registry |
void |
QueryHandlerRegistry.registerHandler(QueryHandler handler,
int position)
Register QueryHandler with registry in a specified position in the list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |