|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface describes the AXIS Serializer. An Axis compliant Serializer must provide one or more of the following methods:
public
Method Summary | |
void |
serialize(QName (src) name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext (src) context)
Serialize an element named name, with the indicated attributes and value. |
org.w3c.dom.Element |
writeSchema(java.lang.Class javaType,
Types (src) 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. |
Methods inherited from interface javax.xml.rpc.encoding.Serializer (src) |
getMechanismType |
Method Detail |
public void serialize(QName (src) name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext (src) context) throws java.io.IOException
name
- is the element nameattributes
- are the attributes...serialize is free to add more.value
- is the valuecontext
- is the SerializationContext
java.io.IOException
public org.w3c.dom.Element writeSchema(java.lang.Class javaType, Types (src) types) throws java.lang.Exception
javaType
- the Java Class we're writing out schema fortypes
- the Java2WSDL Types object which holds the context
for the WSDL being generated.
java.lang.Exception
Types
(src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |