Uses of Class
javax.xml.rpc.FactoryFinder.ConfigurationError
-
Packages that use FactoryFinder.ConfigurationError Package Description javax.xml.rpc -
-
Uses of FactoryFinder.ConfigurationError in javax.xml.rpc
Methods in javax.xml.rpc that throw FactoryFinder.ConfigurationError Modifier and Type Method 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 specifiedClassLoader
, or if that fails from theClassLoader
that loaded this class.
-