Apache CXF API

org.apache.cxf.transports.http
Interface StemMatchingQueryHandler

All Superinterfaces:
QueryHandler
All Known Implementing Classes:
JavascriptQueryHandler

public interface StemMatchingQueryHandler
extends QueryHandler


Method Summary
 boolean isRecognizedQuery(String fullQueryString, String ctx, EndpointInfo endpoint, boolean contextMatchExact)
           
 
Methods inherited from interface org.apache.cxf.transports.http.QueryHandler
getResponseContentType, isRecognizedQuery, writeResponse
 

Method Detail

isRecognizedQuery

boolean isRecognizedQuery(String fullQueryString,
                          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 API

Apache CXF