Uses of Class
com.sun.xml.ws.test.container.DeployedService
-
Packages that use DeployedService 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.exec Code that executes tests based on the test model. -
-
Uses of DeployedService in com.sun.xml.ws.test.container
Fields in com.sun.xml.ws.test.container declared as DeployedService Modifier and Type Field Description protected DeployedServiceAbstractHttpApplication. serviceDeployedServiceWAR. serviceThis war file is created for this service.Fields in com.sun.xml.ws.test.container with type parameters of type DeployedService Modifier and Type Field Description Map<TestService,DeployedService>DeploymentContext. servicesWhich service is deployed where?Methods in com.sun.xml.ws.test.container with parameters of type DeployedService Modifier and Type Method Description protected WARAbstractApplicationContainer. assembleWar(DeployedService service)Prepares an exploded war file image for this service.protected WARAbstractApplicationContainer. createWARZip(DeployedService service, File archive)Prepares a fully packaged war file to the specified location.ApplicationApplicationContainer. deploy(DeployedService service)Starts a service inside a container, making it ready to process requests.protected voidAbstractApplicationContainer. updateWsitClient(WAR war, DeployedService deployedService, String id)Constructors in com.sun.xml.ws.test.container with parameters of type DeployedService Constructor Description AbstractHttpApplication(URL warURL, DeployedService service)WAR(DeployedService service) -
Uses of DeployedService in com.sun.xml.ws.test.container.cargo
Methods in com.sun.xml.ws.test.container.cargo with parameters of type DeployedService Modifier and Type Method Description protected WARInstalledCargoApplicationContainer. assembleWar(DeployedService service) -
Uses of DeployedService in com.sun.xml.ws.test.container.gf
Methods in com.sun.xml.ws.test.container.gf with parameters of type DeployedService Modifier and Type Method Description ApplicationGlassfishContainer. deploy(DeployedService service) -
Uses of DeployedService in com.sun.xml.ws.test.container.invm
Methods in com.sun.xml.ws.test.container.invm with parameters of type DeployedService Modifier and Type Method Description ApplicationInVmContainer. deploy(DeployedService service) -
Uses of DeployedService in com.sun.xml.ws.test.container.javase
Methods in com.sun.xml.ws.test.container.javase with parameters of type DeployedService Modifier and Type Method Description ApplicationJavaSeContainer. deploy(DeployedService service) -
Uses of DeployedService in com.sun.xml.ws.test.container.local
Methods in com.sun.xml.ws.test.container.local with parameters of type DeployedService Modifier and Type Method Description ApplicationLocalApplicationContainer. deploy(DeployedService service)Deprecated. -
Uses of DeployedService in com.sun.xml.ws.test.exec
Constructors in com.sun.xml.ws.test.exec with parameters of type DeployedService Constructor Description DeploymentExecutor(DeployedService context)
-