| java.lang.Object javax.xml.stream.FactoryFinder
FactoryFinder | class FactoryFinder (Code) | | |
Inner Class :static class ClassLoaderFinderConcrete extends ClassLoaderFinder | |
find | static Object find(String factoryId, String fallbackClassName, ClassLoader classLoader) throws FactoryConfigurationError(Code) | | Finds the implementation Class object in the specified order. Main
entry point.
Class object of factory, never null Parameters: factoryId - Name of the factory to find, same asa property name Parameters: fallbackClassName - Implementation class name, if nothing elseis found. Use null to mean no fallback.Package private so this code can be shared. |
|
|