public class __JAXPRedirected extends Object
| Constructor | Description | 
|---|---|
__JAXPRedirected() | 
| Modifier and Type | Method | Description | 
|---|---|---|
static void | 
changeAll(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 | 
initAll() | 
 Initializes the JAXP redirection system. 
 | 
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(String name, ModuleLoader loader)
name - the name for the jaxp moduleloader - the loader containing the jaxp modulepublic static void restorePlatformFactory()
public static void initAll()
Copyright © 2018 JBoss by Red Hat. All rights reserved.