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

Packages that use Types
org.apache.axis.encoding   
org.apache.axis.encoding.ser   
org.apache.axis.encoding.ser.castor   
org.apache.axis.wsdl.fromJava   
 

Uses of Types in org.apache.axis.encoding
 

Methods in org.apache.axis.encoding with parameters of type Types
 org.w3c.dom.Element Serializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 

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

Methods in org.apache.axis.encoding.ser with parameters of type Types
 org.w3c.dom.Element VectorSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element SimpleSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element QNameSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element MapSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element JAFDataHandlerSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element HexSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element EnumSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element ElementSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element DocumentSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element DateSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element CalendarSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element BeanSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
protected  void BeanSerializer.writeField(Types types, java.lang.String fieldName, java.lang.Class fieldType, boolean isUnbounded, boolean isOmittable, org.w3c.dom.Element where, boolean isAnonymous)
          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, QName fieldXmlType, org.w3c.dom.Element where)
          write aa attribute element and append it to the 'where' Node
 org.w3c.dom.Element Base64Serializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 org.w3c.dom.Element ArraySerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 

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

Methods in org.apache.axis.encoding.ser.castor with parameters of type Types
 org.w3c.dom.Element CastorSerializer.writeSchema(java.lang.Class javaType, Types types)
          Return XML schema for the specified type, suitable for insertion into the <types> element of a WSDL document, or underneath an <element> or <attribute> declaration.
 

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

Fields in org.apache.axis.wsdl.fromJava declared as Types
protected  Types Emitter.types
           
 

Methods in org.apache.axis.wsdl.fromJava that return Types
protected  Types Emitter.createTypes(javax.wsdl.Definition def)
          Build a Types object and load the input wsdl types
 



Copyright © 2003 Apache Web Services Project. All Rights Reserved.