Class HttpMetadataPublisher

    • Constructor Detail

      • HttpMetadataPublisher

        public HttpMetadataPublisher()
    • Method Detail

      • handleMetadataRequest

        public abstract boolean handleMetadataRequest​(@NotNull
                                                      HttpAdapter adapter,
                                                      @NotNull
                                                      WSHTTPConnection connection)
                                               throws IOException
        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.
        connection - Represents the current connection.
        Returns:
        true if the request is processed. If false is returned the default processing kicks in.
        Throws:
        IOException