Uses of Class
com.sun.xml.ws.test.model.TestDescriptor
Packages that use TestDescriptor
Package
Description
Container/transport abstraction API.
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 TestDescriptorModifier and TypeFieldDescriptionfinal TestDescriptorDeploymentContext.descriptorThe test descriptor that governs all the deployed services.Constructors in com.sun.xml.ws.test.container with parameters of type TestDescriptorModifierConstructorDescriptionDeploymentContext(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 TestDescriptorModifier and TypeFieldDescriptionfinal TestDescriptorTestClient.parentTestDescriptorto which thisTestClientbelongs.final TestDescriptorTestService.parentConstructors in com.sun.xml.ws.test.model with parameters of type TestDescriptorModifierConstructorDescriptionTestClient(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)