|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.xml.sax.helpers.DefaultHandler | +--org.apache.axis.message.SOAPHandler | +--org.apache.axis.encoding.Deserializer | +--org.apache.axis.encoding.ElementSerializer
Serializer for DOM elements
Inner Class Summary | |
static class |
ElementSerializer.Factory
|
Inner classes inherited from class org.apache.axis.encoding.Deserializer |
Deserializer.FieldTarget, Deserializer.MethodTarget, Deserializer.Target |
Field Summary | |
static DeserializerFactory |
factory
|
Fields inherited from class org.apache.axis.encoding.Deserializer |
isComplete, targets, value |
Fields inherited from class org.apache.axis.message.SOAPHandler |
myElement |
Constructor Summary | |
ElementSerializer()
|
Method Summary | |
void |
onEndElement(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context)
Subclasses override this to do custom functionality at the end of their enclosing element. |
void |
serialize(QName name,
org.xml.sax.Attributes attributes,
java.lang.Object value,
SerializationContext context)
Serialize a DOM Element |
Methods inherited from class org.apache.axis.encoding.Deserializer |
copyValueTargets, endElement, getValue, onStartChild, onStartElement, registerCallback, registerValueTarget, registerValueTarget, setValue, startElement, valueComplete |
Methods inherited from class org.apache.axis.message.SOAPHandler |
onEndChild |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static DeserializerFactory factory
Constructor Detail |
public ElementSerializer()
Method Detail |
public void serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, SerializationContext context) throws java.io.IOException
serialize
in interface Serializer
public final void onEndElement(java.lang.String namespace, java.lang.String localName, DeserializationContext context) throws org.xml.sax.SAXException
Deserializer
onEndElement
in class Deserializer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |