|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryHandler | |
---|---|
org.apache.cxf.javascript | |
org.apache.cxf.transport.http | |
org.apache.cxf.transports.http |
Uses of QueryHandler in org.apache.cxf.javascript |
---|
Classes in org.apache.cxf.javascript that implement QueryHandler | |
---|---|
class |
JavascriptQueryHandler
|
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 | |
---|---|
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)
|
Method parameters in org.apache.cxf.transport.http with type arguments of type QueryHandler | |
---|---|
void |
QueryHandlerRegistryImpl.setQueryHandlers(List<QueryHandler> handlers)
|
Constructor parameters in org.apache.cxf.transport.http with type arguments of type QueryHandler | |
---|---|
QueryHandlerRegistryImpl(Bus b,
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 | |
---|---|
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 |
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |