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 VectorSerializer.writeSchema(Types types)
          Return XML schema for the specified type, suitable for insertion into the element of a WSDL document.
 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 QNameSerializer.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 CalendarSerializer.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.
protected  void BeanSerializer.writeField(Types types, java.lang.String fieldName, java.lang.Class fieldType, boolean isUnbounded, org.w3c.dom.Element where)
          write a schema representation of the given Class field and append it to the where Node, recurse on complex types
protected  void BeanSerializer.writeAttribute(Types types, java.lang.String fieldName, java.lang.Class fieldType, org.w3c.dom.Element where)
          write aa attribute element and append it to the 'where' Node
 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.