Apache CXF API

org.apache.cxf.transports.http
Interface QueryHandler


public interface QueryHandler


Method Summary
 java.lang.String getResponseContentType(java.lang.String uri)
           
 boolean isRecognizedQuery(java.lang.String uri, EndpointInfo endpoint)
           
 void writeResponse(java.lang.String queryURI, EndpointInfo endpoint, java.io.OutputStream os)
          Write query response to output stream
 

Method Detail

isRecognizedQuery

boolean isRecognizedQuery(java.lang.String uri,
                          EndpointInfo endpoint)
Parameters:
uri - the target URI
endpoint - 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 API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.