Uses of Class
org.apache.axis.wsdl.fromJava.Types
Packages that use Types
Package
Description
-
Uses of Types in org.apache.axis.encoding
Methods in org.apache.axis.encoding with parameters of type TypesModifier and TypeMethodDescriptionSerializer.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 TypesModifier and TypeMethodDescriptionprotected void
BeanSerializer.writeAttribute
(Types types, String fieldName, Class fieldType, QName fieldXmlType, Element where) write aa attribute element and append it to the 'where' Nodeprotected 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 typesArraySerializer.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 TypesModifier and TypeMethodDescriptionCastorEnumTypeSerializer.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 TypesModifier and TypeMethodDescriptionXmlBeanSerializer.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 TypesMethods in org.apache.axis.wsdl.fromJava that return TypesModifier and TypeMethodDescriptionprotected Types
Emitter.createTypes
(javax.wsdl.Definition def) Build a Types object and load the input wsdl types