|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
boolean |
ElementSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
SimpleSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
ArraySerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
MapSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
QNameSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
Base64Serializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
DateSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
CalendarSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
JAFDataHandlerSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
boolean |
BeanSerializer.writeSchema(Types types)
Return XML schema for the specified type, suitable for insertion into the |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |