| java.lang.Object com.sun.xml.ws.transport.http.HttpMetadataPublisher
Method Summary | |
abstract public boolean | handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection) When
HttpAdapter receives a GET request with a query string
(which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'),
then this method is invoked to allow components to intercept the request.
Parameters: adapter - Adapter that accepted the connection. Parameters: connection - Represents the current connection.true if the request is processed. |
handleMetadataRequest | abstract public boolean handleMetadataRequest(HttpAdapter adapter, WSHTTPConnection connection) throws IOException(Code) | | When
HttpAdapter receives a GET request with a query string
(which is a convention for metadata requests, such as '?wsdl' or '?xsd=...'),
then this method is invoked to allow components to intercept the request.
Parameters: adapter - Adapter that accepted the connection. Parameters: connection - Represents the current connection.true if the request is processed. If false is returned the default processing kicks in. |
|
|