org.apache.cxf.transports.http
Interface StemMatchingQueryHandler
- All Superinterfaces: 
- QueryHandler
- 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 request
- ctx- the context that was set for this invokation
- endpoint- 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