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 class
TypesImpl
This class represents the <types> section of a WSDL document.Fields in com.ibm.wsdl declared as Types Modifier and Type Field Description protected Types
DefinitionImpl. types
Methods in com.ibm.wsdl that return Types Modifier and Type Method Description Types
DefinitionImpl. createTypes()
Create a new types section.Types
DefinitionImpl. getTypes()
Get the types section.Methods in com.ibm.wsdl with parameters of type Types Modifier and Type Method Description void
DefinitionImpl. 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 Types
WSDLReaderImpl. 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 void
WSDLWriterImpl. 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 Types
Definition. createTypes()
Create a new types section.Types
Definition. getTypes()
Get the types section.Methods in javax.wsdl with parameters of type Types Modifier and Type Method Description void
Definition. setTypes(Types types)
Set the types section.
-