| Package | Description |
|---|---|
| org.apache.cxf.javascript | |
| org.apache.cxf.transport.servlet | |
| org.apache.cxf.transports.http | |
| org.apache.cxf.transports.http.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
JavascriptQueryHandler |
| Modifier and Type | Method and Description |
|---|---|
protected QueryHandler |
ServletController.findQueryHandler(QueryHandlerRegistry queryHandlerRegistry,
EndpointInfo ei,
String ctxUri,
String baseUri) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServletController.respondUsingQueryHandler(QueryHandler selectedHandler,
javax.servlet.http.HttpServletResponse res,
EndpointInfo ei,
String ctxUri,
String baseUri) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StemMatchingQueryHandler |
| Modifier and Type | Method and Description |
|---|---|
List<QueryHandler> |
QueryHandlerRegistry.getHandlers()
Returns list of QueryHandlers
|
| Modifier and Type | Method and Description |
|---|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
List<QueryHandler> |
QueryHandlerRegistryImpl.getHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler) |
void |
QueryHandlerRegistryImpl.registerHandler(QueryHandler handler,
int position) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryHandlerRegistryImpl.setQueryHandlers(List<QueryHandler> handlers) |
| Constructor and Description |
|---|
QueryHandlerRegistryImpl(Bus b,
List<QueryHandler> handlers) |
Apache CXF