Uses of Class
com.sun.xml.ws.test.model.WSDL
-
Packages that use WSDL Package Description com.sun.xml.ws.test.model Classes that describe a test (metadata of test). -
-
Uses of WSDL in com.sun.xml.ws.test.model
Fields in com.sun.xml.ws.test.model with type parameters of type WSDL Modifier and Type Field Description java.util.List<WSDL>TestService. wsdlOptional WSDL file that describes this service.Constructor parameters in com.sun.xml.ws.test.model with type arguments of type WSDL Constructor Description TestService(TestDescriptor parent, java.lang.String name, java.io.File baseDir, java.util.List<WSDL> wsdl, boolean sts, java.lang.String explicitServiceClassName)
-