Uses of Class
com.sun.xml.ws.test.container.WAR
-
Packages that use WAR Package Description com.sun.xml.ws.test com.sun.xml.ws.test.container Container/transport abstraction API.com.sun.xml.ws.test.container.cargo -
-
Uses of WAR in com.sun.xml.ws.test
Methods in com.sun.xml.ws.test with parameters of type WAR Modifier and Type Method Description static 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 WAR 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.Methods in com.sun.xml.ws.test.container with parameters of type WAR Modifier and Type Method Description protected 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 WAR Modifier and Type Method Description protected WARInstalledCargoApplicationContainer. assembleWar(DeployedService service)
-