Package __redirected
Class __JAXPRedirected
java.lang.Object
__redirected.__JAXPRedirected
Executes common operations against ALL JAXP redirection classes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
changeAll
(ModuleIdentifier id, ModuleLoader loader) Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.static void
initAll()
Initializes the JAXP redirection system.static void
Restores all JAXP factories to the ones contained in the JDK system classpath.
-
Constructor Details
-
__JAXPRedirected
public __JAXPRedirected()
-
-
Method Details
-
changeAll
Change all provided factories to the ones contained in the specified module using the standard META-INF/services lookup pattern.- Parameters:
id
- the id for the jaxp moduleloader
- the loader containing the jaxp module
-
restorePlatformFactory
public static void restorePlatformFactory()Restores all JAXP factories to the ones contained in the JDK system classpath. -
initAll
public static void initAll()Initializes the JAXP redirection system.
-