Uses of Class
com.sun.xml.ws.test.model.TestDescriptor
-
Packages that use TestDescriptor 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 TestDescriptor in com.sun.xml.ws.test.container
Fields in com.sun.xml.ws.test.container declared as TestDescriptor Modifier and Type Field Description TestDescriptorDeploymentContext. descriptorThe test descriptor that governs all the deployed services.Constructors in com.sun.xml.ws.test.container with parameters of type TestDescriptor Constructor Description DeploymentContext(TestDescriptor descriptor, ApplicationContainer container, WsTool wsimport) -
Uses of TestDescriptor in com.sun.xml.ws.test.model
Fields in com.sun.xml.ws.test.model declared as TestDescriptor Modifier and Type Field Description TestDescriptorTestClient. parentTestDescriptorto which thisTestClientbelongs.TestDescriptorTestService. parentConstructors in com.sun.xml.ws.test.model with parameters of type TestDescriptor Constructor Description TestClient(TestDescriptor parent, com.sun.istack.test.VersionProcessor applicableVersions, TransportSet supportedTransport, Script script, boolean sideEffectFree)TestService(TestDescriptor parent, String name, File baseDir, List<WSDL> wsdl, boolean sts, String explicitServiceClassName)
-