| java.lang.Object com.sun.tools.ws.Invoker
Invoker | final public class Invoker (Code) | | Invokes JAX-WS tools in a special class loader that can pick up APT classes,
even if it's not available in the tool launcher classpath.
author: Kohsuke Kawaguchi |
Method Summary | |
public static boolean | checkIfLoading21API() Returns true if the RI appears to be loading the JAX-WS 2.1 API. | public static ClassLoader | createClassLoader(ClassLoader cl) Creates a classloader that can load JAXB/WS 2.1 API and tools.jar,
and then return a classloader that can RI classes, which can see all those APIs and tools.jar. | static int | invoke(String mainClass, String[] args) |
maskedPackages | public static String[] maskedPackages(Code) | | The list of package prefixes we want the
MaskingClassLoader to prevent the parent
classLoader from loading
|
noSystemProxies | public static boolean noSystemProxies(Code) | | Escape hatch to work around IBM JDK problem.
See http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?nav=false&forum=367&thread=164718&cat=10
|
checkIfLoading21API | public static boolean checkIfLoading21API()(Code) | | Returns true if the RI appears to be loading the JAX-WS 2.1 API.
|
|
|