Uses of Interface
javax.wsdl.Types
Packages that use Types
-
Uses of Types in com.ibm.wsdl
Classes in com.ibm.wsdl that implement TypesModifier and TypeClassDescriptionclass
This class represents the <types> section of a WSDL document.Fields in com.ibm.wsdl declared as TypesMethods in com.ibm.wsdl that return TypesModifier and TypeMethodDescriptionDefinitionImpl.createTypes()
Create a new types section.DefinitionImpl.getTypes()
Get the types section.Methods in com.ibm.wsdl with parameters of type Types -
Uses of Types in com.ibm.wsdl.xml
Methods in com.ibm.wsdl.xml that return TypesModifier and TypeMethodDescriptionprotected Types
WSDLReaderImpl.parseTypes
(Element typesEl, Definition def) Methods in com.ibm.wsdl.xml with parameters of type TypesModifier and TypeMethodDescriptionprotected void
WSDLWriterImpl.printTypes
(Types types, Definition def, PrintWriter pw) -
Uses of Types in javax.wsdl
Methods in javax.wsdl that return TypesModifier and TypeMethodDescriptionDefinition.createTypes()
Create a new types section.Definition.getTypes()
Get the types section.Methods in javax.wsdl with parameters of type Types