public final class Invoker extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
noSystemProxies
Escape hatch to work around IBM JDK problem.
|
Constructor and Description |
---|
Invoker() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkIfLoading21API()
Returns true if the RI appears to be loading the JAX-WS 2.1 API.
|
static boolean |
checkIfLoading22API()
Returns true if the RI appears to be loading the JAX-WS 2.2 API.
|
static ClassLoader |
createClassLoader(ClassLoader cl)
Creates a classloader that can load JAXB/WS 2.2 API and tools.jar,
and then return a classloader that can RI classes, which can see all those APIs and tools.jar.
|
public static final boolean noSystemProxies
public static boolean checkIfLoading21API()
public static boolean checkIfLoading22API()
public static ClassLoader createClassLoader(ClassLoader cl) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
Copyright © 2018 Oracle Corporation. All rights reserved.