Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.servlet | |
org.apache.cxf.transports.http |
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) |
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
|
Apache CXF