Package | Description |
---|---|
javax.xml.rpc |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.Object |
FactoryFinder.find(java.lang.Class<?> factoryType,
java.lang.String fallbackClassName)
Finds the implementation Class object in the specified order.
|
private static java.lang.ClassLoader |
FactoryFinder.findClassLoader()
Figure out which ClassLoader to use.
|
private static java.lang.Object |
FactoryFinder.newInstance(java.lang.String className,
java.lang.ClassLoader classLoader)
Create an instance of a class using the specified
ClassLoader , or if that fails from the
ClassLoader that loaded this class. |