public interface StemMatchingQueryHandler extends QueryHandler
Modifier and Type | Method and Description |
---|---|
boolean |
isRecognizedQuery(String fullQueryString,
String ctx,
EndpointInfo endpoint,
boolean contextMatchExact) |
getResponseContentType, isRecognizedQuery, writeResponse
boolean isRecognizedQuery(String fullQueryString, String ctx, EndpointInfo endpoint, boolean contextMatchExact)
fullQueryString
- the target full query string (with params) of the requestctx
- the context that was set for this invokationendpoint
- the current endpoint for this context (e.g. the endpoint this
Destination was activated for). Null if no current endpoint.contextMatchExact
- true if contextMatchStrategy is "exact"
false otherwiseApache CXF