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 class loader that can load JAXB/WS 2.2 API,
and then return a class loader that can RI classes, which can see all those APIs.
|
public static final boolean noSystemProxies
public static boolean checkIfLoading21API()
public static boolean checkIfLoading22API()
public static ClassLoader createClassLoader(ClassLoader cl) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionCopyright © 2005–2018 Oracle Corporation. All rights reserved.