Uses of Interface
com.sun.xml.ws.test.container.ApplicationContainer
Packages that use ApplicationContainer
Package
Description
Container/transport abstraction API.
ApplicationContainer implementation
that uses the in-vm transport.ApplicationContainer implementation
that uses local transport and no "container" per se.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 ApplicationContainerFields in com.sun.xml.ws.test.container declared as ApplicationContainerModifier and TypeFieldDescriptionfinal ApplicationContainerDeploymentContext.containerContainer where services are deployed.Constructors in com.sun.xml.ws.test.container with parameters of type ApplicationContainerModifierConstructorDescriptionDeploymentContext(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 ApplicationContainerModifier and TypeClassDescriptionclassApplicationContainerthat loads the container into the harness VM.classApplicationContainerthat launches a container from within the harness.classApplicationContainerthat 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 -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.invm
Classes in com.sun.xml.ws.test.container.invm that implement ApplicationContainer -
Uses of ApplicationContainer in com.sun.xml.ws.test.container.javase
Classes in com.sun.xml.ws.test.container.javase that implement ApplicationContainerModifier and TypeClassDescriptionclassContainer 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 ApplicationContainerModifier and TypeClassDescriptionclassDeprecated.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 ApplicationContainerModifier and TypeMethodDescriptionjunit.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.