public class __JAXPRedirected
extends java.lang.Object
| Constructor | Description | 
|---|---|
__JAXPRedirected() | 
| Modifier and Type | Method | Description | 
|---|---|---|
static void | 
changeAll(java.lang.String name,
         ModuleLoader loader) | 
 Change all provided factories to the ones contained in the
 specified module using the standard META-INF/services lookup
 pattern. 
 | 
static void | 
changeAll(ModuleIdentifier id,
         ModuleLoader loader) | 
 Deprecated. 
 
Use  
changeAll(String, ModuleLoader) instead. | 
static void | 
restorePlatformFactory() | 
 Restores all JAXP factories to the ones contained in the JDK
 system classpath. 
 | 
@Deprecated public static void changeAll(ModuleIdentifier id, ModuleLoader loader)
changeAll(String, ModuleLoader) instead.id - the id for the jaxp moduleloader - the loader containing the jaxp modulepublic static void changeAll(java.lang.String name,
                             ModuleLoader loader)
name - the name for the jaxp moduleloader - the loader containing the jaxp modulepublic static void restorePlatformFactory()
Copyright © 2022 JBoss by Red Hat. All rights reserved.