Uses of Class
com.sun.xml.ws.test.model.TestService
-
Packages that use TestService Package Description com.sun.xml.ws.test.container Container/transport abstraction API.com.sun.xml.ws.test.model 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 TestService Modifier and Type Field Description TestServiceDeployedService. serviceService that was deployed.Fields in com.sun.xml.ws.test.container with type parameters of type TestService 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 TestService Modifier and Type Method Description protected 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 TestService Modifier and Type Field Description List<TestService>TestDescriptor. servicesServices to be deployed for this test.
-