Uses of Class
com.sun.xml.ws.test.container.DeployedService
Packages that use DeployedService
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.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 DeployedServiceModifier and TypeFieldDescriptionprotected final DeployedServiceAbstractHttpApplication.servicefinal DeployedServiceWAR.serviceThis war file is created for this service.Fields in com.sun.xml.ws.test.container with type parameters of type DeployedServiceModifier and TypeFieldDescriptionfinal Map<TestService, DeployedService> DeploymentContext.servicesWhich service is deployed where?Methods in com.sun.xml.ws.test.container with parameters of type DeployedServiceModifier and TypeMethodDescriptionprotected WARAbstractApplicationContainer.assembleWar(DeployedService service) Prepares an exploded war file image for this service.protected final WARAbstractApplicationContainer.createWARZip(DeployedService service, File archive) Prepares a fully packaged war file to the specified location.ApplicationContainer.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 DeployedServiceModifierConstructorDescriptionprotectedAbstractHttpApplication(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 DeployedServiceModifier and TypeMethodDescriptionprotected 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 -
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 -
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 -
Uses of DeployedService in com.sun.xml.ws.test.container.local
Methods in com.sun.xml.ws.test.container.local with parameters of type DeployedServiceModifier and TypeMethodDescriptionLocalApplicationContainer.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