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

Packages that use Types
org.jboss.axis.encoding   
org.jboss.axis.encoding.ser   
org.jboss.axis.wsdl.fromJava   
 

Uses of Types in org.jboss.axis.encoding
 

Methods in org.jboss.axis.encoding with parameters of type Types
 Element Serializer.writeSchema(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.jboss.axis.encoding.ser
 

Methods in org.jboss.axis.encoding.ser with parameters of type Types
 Element ListSerializer.writeSchema(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.
 Element BeanSerializer.writeSchema(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, String fieldName, Class fieldType, boolean isUnbounded, boolean isOmittable, 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, String fieldName, Class fieldType, javax.xml.namespace.QName fieldXmlType, Element where)
          write aa attribute element and append it to the 'where' Node
 Element ArraySerializer.writeSchema(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.
 Element ElementSerializer.writeSchema(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.
 Element HexSerializer.writeSchema(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.
 Element Base64Serializer.writeSchema(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.
 Element MapSerializer.writeSchema(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.
 Element EnumSerializer.writeSchema(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.
 Element SimpleSerializer.writeSchema(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.
 Element VectorSerializer.writeSchema(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.
 Element DateSerializer.writeSchema(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.
 Element DocumentSerializer.writeSchema(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.
 Element QNameSerializer.writeSchema(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.
 Element JAFDataHandlerSerializer.writeSchema(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.jboss.axis.wsdl.fromJava
 

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

Methods in org.jboss.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 © 2002 JBoss Group, LLC. All Rights Reserved.