Uses of Interface
javax.wsdl.Types
-
Packages that use Types Package Description com.ibm.wsdl com.ibm.wsdl.xml javax.wsdl -
-
Uses of Types in com.ibm.wsdl
Classes in com.ibm.wsdl that implement Types Modifier and Type Class Description classTypesImplThis class represents the <types> section of a WSDL document.Fields in com.ibm.wsdl declared as Types Modifier and Type Field Description protected TypesDefinitionImpl. typesMethods in com.ibm.wsdl that return Types Modifier and Type Method Description TypesDefinitionImpl. createTypes()Create a new types section.TypesDefinitionImpl. getTypes()Get the types section.Methods in com.ibm.wsdl with parameters of type Types Modifier and Type Method Description voidDefinitionImpl. setTypes(Types types)Set the types section. -
Uses of Types in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return Types Modifier and Type Method Description protected TypesWSDLReaderImpl. parseTypes(org.w3c.dom.Element typesEl, Definition def)Methods in com.ibm.wsdl.xml with parameters of type Types Modifier and Type Method Description protected voidWSDLWriterImpl. printTypes(Types types, Definition def, java.io.PrintWriter pw) -
Uses of Types in javax.wsdl
Methods in javax.wsdl that return Types Modifier and Type Method Description TypesDefinition. createTypes()Create a new types section.TypesDefinition. getTypes()Get the types section.Methods in javax.wsdl with parameters of type Types Modifier and Type Method Description voidDefinition. setTypes(Types types)Set the types section.
-