Uses of Class
com.sun.xml.ws.test.container.AbstractApplicationContainer
-
Packages that use AbstractApplicationContainer Package Description com.sun.xml.ws.test.container.cargo com.sun.xml.ws.test.container.gf com.sun.xml.ws.test.container.invm ApplicationContainerimplementation that uses the in-vm transport.com.sun.xml.ws.test.container.javase com.sun.xml.ws.test.container.local ApplicationContainerimplementation that uses local transport and no "container" per se. -
-
Uses of AbstractApplicationContainer in com.sun.xml.ws.test.container.cargo
Subclasses of AbstractApplicationContainer in com.sun.xml.ws.test.container.cargo Modifier and Type Class Description classEmbeddedCargoApplicationContainerApplicationContainerthat loads the container into the harness VM.classInstalledCargoApplicationContainerApplicationContainerthat launches a container from within the harness.classRemoteCargoApplicationContainerApplicationContainerthat talks to a server that's already running (IOW launched outside this harness.) -
Uses of AbstractApplicationContainer in com.sun.xml.ws.test.container.gf
Subclasses of AbstractApplicationContainer in com.sun.xml.ws.test.container.gf Modifier and Type Class Description classGlassfishContainerApplicationContainerimplementation for Glassfish. -
Uses of AbstractApplicationContainer in com.sun.xml.ws.test.container.invm
Subclasses of AbstractApplicationContainer in com.sun.xml.ws.test.container.invm Modifier and Type Class Description classInVmContainerApplicationContainerfor the local transport. -
Uses of AbstractApplicationContainer in com.sun.xml.ws.test.container.javase
Subclasses of AbstractApplicationContainer in com.sun.xml.ws.test.container.javase Modifier and Type Class Description classJavaSeContainerContainer to deploy Java SE endpoints using java.xml.ws.Endpoint API -
Uses of AbstractApplicationContainer in com.sun.xml.ws.test.container.local
Subclasses of AbstractApplicationContainer in com.sun.xml.ws.test.container.local Modifier and Type Class Description classLocalApplicationContainerDeprecated.To be removed once in-vm transport becomes ready
-