Interface WSDLReaderConfigurator

  • All Known Implementing Classes:
    WSDLReaderConfiguratorImpl

    public interface WSDLReaderConfigurator
    This interface will be implemented by classes that wish to configure an instance of a WSDLReader object. Implementations may modify the WSDLReader instance as needed in order to create a WSDL Definition object that reflects the desired metadata.
    • Method Detail

      • configureReaderInstance

        void configureReaderInstance​(javax.wsdl.xml.WSDLReader reader)
                              throws javax.wsdl.WSDLException
        This method accepts a WSDLReader instance so that implementors may modify the instance as necessary.
        Throws:
        javax.wsdl.WSDLException