Uses of Interface
com.sun.xml.ws.test.container.ApplicationContainer
-
Packages that use ApplicationContainer Package Description com.sun.xml.ws.test.container Container/transport abstraction API.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.com.sun.xml.ws.test.model Classes that describe a test (metadata of test). -
-
Uses of ApplicationContainer in com.sun.xml.ws.test.container
Classes in com.sun.xml.ws.test.container that implement ApplicationContainer Modifier and Type Class Description classAbstractApplicationContainerBase implementation ofApplicationContainer.Fields in com.sun.xml.ws.test.container declared as ApplicationContainer Modifier and Type Field Description ApplicationContainerDeploymentContext. containerContainer where services are deployed.Constructors in com.sun.xml.ws.test.container with parameters of type ApplicationContainer Constructor Description DeploymentContext(TestDescriptor descriptor, ApplicationContainer container, WsTool wsimport) -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.cargo
Classes in com.sun.xml.ws.test.container.cargo that implement ApplicationContainer 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 ApplicationContainer in com.sun.xml.ws.test.container.gf
Classes in com.sun.xml.ws.test.container.gf that implement ApplicationContainer Modifier and Type Class Description classGlassfishContainerApplicationContainerimplementation for Glassfish. -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.invm
Classes in com.sun.xml.ws.test.container.invm that implement ApplicationContainer Modifier and Type Class Description classInVmContainerApplicationContainerfor the local transport. -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.javase
Classes in com.sun.xml.ws.test.container.javase that implement ApplicationContainer Modifier and Type Class Description classJavaSeContainerContainer to deploy Java SE endpoints using java.xml.ws.Endpoint API -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.local
Classes in com.sun.xml.ws.test.container.local that implement ApplicationContainer Modifier and Type Class Description classLocalApplicationContainerDeprecated.To be removed once in-vm transport becomes ready -
Uses of ApplicationContainer in com.sun.xml.ws.test.model
Methods in com.sun.xml.ws.test.model with parameters of type ApplicationContainer Modifier and Type Method Description junit.framework.TestSuiteTestDescriptor. build(ApplicationContainer container, WsTool wsimport, String clientScriptName, boolean concurrentSideEffectFree, com.sun.istack.test.VersionNumber version)Creates the execution plan of this test descriptor and adds them toTestSuite(so that whenTestSuiteis executed, you execute this test.
-