Interface ClassFinder

  • All Known Implementing Classes:
    ClassFinderImpl

    public interface ClassFinder
    • Method Detail

      • updateClassPath

        void updateClassPath​(String filePath,
                             ClassLoader cl)
                      throws Exception
        This method will be used to add addition paths to existing classpath. We may need to add classpath to search for jax-ws wrapper classes that applicaiton developer did not package.
        Parameters:
        filePath - : path of the location where wrapper classes may be stored. example a cache folder.
        cl -
        Throws:
        Exception