Class ClassFinderImpl

    • Constructor Detail

      • ClassFinderImpl

        public ClassFinderImpl()
    • Method Detail

      • updateClassPath

        public void updateClassPath​(String filePath,
                                    ClassLoader cl)
                             throws Exception
        Description copied from interface: ClassFinder
        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.
        Specified by:
        updateClassPath in interface ClassFinder
        Parameters:
        filePath - : path of the location where wrapper classes may be stored. example a cache folder.
        Throws:
        Exception