org.apache.axis.encoding.ser.castor
public class CastorEnumTypeDeserializer extends DeserializerImpl implements Deserializer
Modifier and Type | Field and Description |
---|---|
java.lang.Class |
javaType |
QName |
xmlType |
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, value
myElement
Constructor and Description |
---|
CastorEnumTypeDeserializer(java.lang.Class javaType,
QName xmlType) |
Modifier and Type | Method and Description |
---|---|
void |
onEndElement(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context)
onEndElement is called by endElement.
|
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueComplete
characters, makeNewElement, onEndChild
endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
componentsReady, endElement, getDefaultType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, startElement, valueComplete
getMechanismType
public QName xmlType
public java.lang.Class javaType
public CastorEnumTypeDeserializer(java.lang.Class javaType, QName xmlType)
public void onEndElement(java.lang.String namespace, java.lang.String localName, DeserializationContext context) throws org.xml.sax.SAXException
DeserializerImpl
onEndElement
in class DeserializerImpl
namespace
- is the namespace of the child elementlocalName
- is the local name of the child elementcontext
- is the deserialization contextorg.xml.sax.SAXException
Copyright ? 2005 Apache Web Services Project. All Rights Reserved.