Uses of Class
org.apache.axis.wsdl.fromJava.Types

Packages that use Types
org.apache.axis.encoding   
org.apache.axis.encoding.ser   
 

Uses of Types in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding with parameters of type Types
 boolean Serializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 

Uses of Types in org.apache.axis.encoding.ser
 

Methods in org.apache.axis.encoding.ser with parameters of type Types
 boolean ElementSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean SimpleSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean ArraySerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean MapSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean Base64Serializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean DateSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean JAFDataHandlerSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean BeanSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 boolean HexSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 



Copyright © 2001 Apache XML Project. All Rights Reserved.