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

Packages that use Types
  • Uses of Types in org.apache.axis.encoding

    Methods in org.apache.axis.encoding with parameters of type Types
    Modifier and Type
    Method
    Description
    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.apache.axis.encoding.ser

    Methods in org.apache.axis.encoding.ser with parameters of type Types
    Modifier and Type
    Method
    Description
    protected void
    BeanSerializer.writeAttribute(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where)
    write aa attribute element and append it to the 'where' Node
    protected void
    BeanSerializer.writeField(Types types, String fieldName, QName xmlType, Class fieldType, boolean isUnbounded, boolean isOmittable, Element where, boolean isAnonymous, QName itemQName)
    write a schema representation of the given Class field and append it to the where Node, recurse on complex types
    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.
    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.
    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.
    CalendarSerializer.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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    SimpleListSerializer.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.
    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.
    TimeSerializer.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.
    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.
  • Uses of Types in org.apache.axis.encoding.ser.castor

    Methods in org.apache.axis.encoding.ser.castor with parameters of type Types
    Modifier and Type
    Method
    Description
    CastorEnumTypeSerializer.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.
    CastorSerializer.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.apache.axis.encoding.ser.xbeans

    Methods in org.apache.axis.encoding.ser.xbeans with parameters of type Types
    Modifier and Type
    Method
    Description
    XmlBeanSerializer.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.apache.axis.wsdl.fromJava

    Fields in org.apache.axis.wsdl.fromJava declared as Types
    Modifier and Type
    Field
    Description
    protected Types
    Emitter.types
    Field types
    Methods in org.apache.axis.wsdl.fromJava that return Types
    Modifier and Type
    Method
    Description
    protected Types
    Emitter.createTypes(javax.wsdl.Definition def)
    Build a Types object and load the input wsdl types