|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.ws.transport.http.HttpMetadataPublisher
public abstract class HttpMetadataPublisher
Intercepts GET HTTP requests to process the requests.
HttpAdapter looks for this SPI in WSEndpoint.getComponents()
to allow components to expose additional information through HTTP.
Component.getSPI(Class)| Constructor Summary | |
|---|---|
HttpMetadataPublisher()
|
|
| Method Summary | |
|---|---|
abstract 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpMetadataPublisher()
| Method Detail |
|---|
public abstract boolean handleMetadataRequest(@NotNull
HttpAdapter adapter,
@NotNull
WSHTTPConnection connection)
throws java.io.IOException
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.
adapter - Adapter that accepted the connection.connection - Represents the current connection.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||