public class CastorDeserializer extends DeserializerImpl implements Deserializer
| Modifier and Type | Field and Description |
|---|---|
java.lang.Class |
javaType |
QName |
xmlType |
componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, valuemyElement| Constructor and Description |
|---|
CastorDeserializer(java.lang.Class javaType,
QName xmlType) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEndElement(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context)
Return something even if no characters were found.
|
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueCompletecharacters, makeNewElement, onEndChildendDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warningclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomponentsReady, endElement, getDefaultType, getValue, getValue, getValueTargets, moveValueTargets, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, startElement, valueCompletegetMechanismTypepublic QName xmlType
public java.lang.Class javaType
public CastorDeserializer(java.lang.Class javaType,
QName xmlType)
public void onEndElement(java.lang.String namespace,
java.lang.String localName,
DeserializationContext context)
throws org.xml.sax.SAXException
onEndElement in class DeserializerImplnamespace - is the namespace of the child elementlocalName - is the local name of the child elementcontext - is the deserialization contextorg.xml.sax.SAXExceptionCopyright ? 2005 Apache Web Services Project. All Rights Reserved.