Uses of Class
com.sun.xml.ws.test.container.WAR
Packages that use WAR
Package
Description
Container/transport abstraction API.
-
Uses of WAR in com.sun.xml.ws.test
Methods in com.sun.xml.ws.test with parameters of type WARModifier and TypeMethodDescriptionstatic voidCodeGenerator.generateDeploySources(WAR war, TestEndpoint testEndpoint, List<Source> metadata, Map<String, Object> props, String endpointAddress, String wsdlLocation, boolean fromwsdl) -
Uses of WAR in com.sun.xml.ws.test.container
Methods in com.sun.xml.ws.test.container that return WARModifier 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.Methods in com.sun.xml.ws.test.container with parameters of type WARModifier and TypeMethodDescriptionprotected voidAbstractApplicationContainer.updateWsitClient(WAR war, DeployedService deployedService, String id) -
Uses of WAR in com.sun.xml.ws.test.container.cargo
Methods in com.sun.xml.ws.test.container.cargo that return WARModifier and TypeMethodDescriptionprotected WARInstalledCargoApplicationContainer.assembleWar(DeployedService service)