|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryHandler | |
---|---|
org.apache.cxf.javascript | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.transports.http | |
org.apache.cxf.transports.http.internal |
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.servlet |
---|
Methods in org.apache.cxf.transport.servlet that return QueryHandler | |
---|---|
protected QueryHandler |
ServletController.findQueryHandler(QueryHandlerRegistry queryHandlerRegistry,
EndpointInfo ei,
String ctxUri,
String baseUri)
|
Methods in org.apache.cxf.transport.servlet with parameters of type QueryHandler | |
---|---|
protected void |
ServletController.respondUsingQueryHandler(QueryHandler selectedHandler,
javax.servlet.http.HttpServletResponse res,
EndpointInfo ei,
String ctxUri,
String baseUri)
|
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 |
Uses of QueryHandler in org.apache.cxf.transports.http.internal |
---|
Methods in org.apache.cxf.transports.http.internal that return types with arguments of type QueryHandler | |
---|---|
List<QueryHandler> |
QueryHandlerRegistryImpl.getHandlers()
|
Methods in org.apache.cxf.transports.http.internal with parameters of type QueryHandler | |
---|---|
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler)
|
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler,
int position)
|
Method parameters in org.apache.cxf.transports.http.internal with type arguments of type QueryHandler | |
---|---|
void |
QueryHandlerRegistryImpl.setQueryHandlers(List<QueryHandler> handlers)
|
Constructor parameters in org.apache.cxf.transports.http.internal with type arguments of type QueryHandler | |
---|---|
QueryHandlerRegistryImpl(Bus b,
List<QueryHandler> handlers)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |