Uses of Class
com.sun.xml.ws.test.model.TestService
Packages that use TestService
Package
Description
Container/transport abstraction API.
Classes that describe a test (metadata of test).
-
Uses of TestService in com.sun.xml.ws.test.container
Fields in com.sun.xml.ws.test.container declared as TestServiceModifier and TypeFieldDescriptionfinal TestServiceDeployedService.serviceService that was deployed.Fields in com.sun.xml.ws.test.container with type parameters of type TestServiceModifier and TypeFieldDescriptionfinal Map<TestService, DeployedService> DeploymentContext.servicesWhich service is deployed where?Methods in com.sun.xml.ws.test.container with parameters of type TestServiceModifier and TypeMethodDescriptionprotected voidAbstractApplicationContainer.updateWsgenOpts(TestService service) -
Uses of TestService in com.sun.xml.ws.test.model
Fields in com.sun.xml.ws.test.model with type parameters of type TestServiceModifier and TypeFieldDescriptionfinal List<TestService> TestDescriptor.servicesServices to be deployed for this test.