org.apache.cxf.transports.http
Interface StemMatchingQueryHandler
- All Superinterfaces:
- QueryHandler
- All Known Implementing Classes:
- WSDLQueryHandler
public interface StemMatchingQueryHandler
- extends QueryHandler
Method Summary |
boolean |
isRecognizedQuery(java.lang.String fullQueryString,
java.lang.String ctx,
EndpointInfo endpoint,
boolean contextMatchExact)
|
isRecognizedQuery
boolean isRecognizedQuery(java.lang.String fullQueryString,
java.lang.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