public class JavascriptQueryHandler extends Object implements org.apache.cxf.transports.http.StemMatchingQueryHandler
| Constructor and Description |
|---|
JavascriptQueryHandler(org.apache.cxf.Bus b) |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseContentType(String fullQueryString,
String ctx) |
boolean |
isRecognizedQuery(String fullQueryString,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpoint) |
boolean |
isRecognizedQuery(String baseUri,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpointInfo,
boolean contextMatchExact) |
void |
setBus(org.apache.cxf.Bus b) |
void |
writeResponse(String fullQueryString,
String ctx,
org.apache.cxf.service.model.EndpointInfo endpoint,
OutputStream os) |
static void |
writeUtilsToResponseStream(Class<?> referenceClass,
OutputStream outputStream) |
public final void setBus(org.apache.cxf.Bus b)
public String getResponseContentType(String fullQueryString, String ctx)
getResponseContentType in interface org.apache.cxf.transports.http.QueryHandlerpublic boolean isRecognizedQuery(String baseUri, String ctx, org.apache.cxf.service.model.EndpointInfo endpointInfo, boolean contextMatchExact)
isRecognizedQuery in interface org.apache.cxf.transports.http.StemMatchingQueryHandlerpublic static void writeUtilsToResponseStream(Class<?> referenceClass, OutputStream outputStream)
public void writeResponse(String fullQueryString, String ctx, org.apache.cxf.service.model.EndpointInfo endpoint, OutputStream os)
writeResponse in interface org.apache.cxf.transports.http.QueryHandlerApache CXF