org.apache.cxf.transports.http
Interface StemMatchingQueryHandler
- All Superinterfaces:
- QueryHandler
- All Known Implementing Classes:
- JavascriptQueryHandler
public interface StemMatchingQueryHandler
- extends QueryHandler
isRecognizedQuery
boolean isRecognizedQuery(String fullQueryString,
String ctx,
EndpointInfo endpoint,
boolean contextMatchExact)
- Parameters:
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 otherwise
- Returns:
- true iff the URI is a recognized WSDL query
Apache CXF