org.apache.cxf.transports.http
Interface QueryHandler
public interface QueryHandler
isRecognizedQuery
boolean isRecognizedQuery(java.lang.String uri,
EndpointInfo endpoint)
- Parameters:
uri
- the target URIendpoint
- the current endpoint for this context (e.g. the endpoint this
Destination was activated for). Null if no current endpoint.
- Returns:
- true iff the URI is a recognized WSDL query
getResponseContentType
java.lang.String getResponseContentType(java.lang.String uri)
- Returns:
- the content-type for the response
writeResponse
void writeResponse(java.lang.String queryURI,
EndpointInfo endpoint,
java.io.OutputStream os)
- Write query response to output stream
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.