Package com.sun.xml.ws.test
Class World
java.lang.Object
com.sun.xml.ws.test.World
"Global variables" for the test harness. Use with caution.
This class includes pointers to
various
Realms that represent compartments inside the VM.
The followings are the key realms:
- "harness" realm that loads all the test harness code, including lots of 3rd party jars.
- "runtime" realm that loads the classes that the client script will use to execute tests.
- "wsimport" realm that loads the tool/wsgen tools, if we invoke it within the same VM. Otherwise this realm is empty.
Realms are created when World is created, but they are filled in
from Main.
- Author:
- Kohsuke Kawaguchi
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
project
public static final org.apache.tools.ant.Project projectWhenever we need aProjectto use Ant tasks, we can use this shared instance. -
runtime
Loads JAX-WS runtime classes. This realm is also used to load the embedded application container, so that we don't have to package JAX-WS runtime into the war file. -
tool
-
debug
public static boolean debug- See Also:
-
-
Constructor Details
-
World
public World()
-