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
|
protected void |
BeanSerializer.writeField(Types types,
java.lang.String fieldName,
QName xmlType,
java.lang.Class fieldType,
boolean isUnbounded,
boolean isOmittable,
org.w3c.dom.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
|
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.
|
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 |
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.
|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
SimpleListSerializer.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 |
TimeSerializer.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 |
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.
|