org.apache.axis.encoding.ser.castor

Class CastorEnumTypeDeserializer

Implemented Interfaces:
Callback, Deserializer, Deserializer, java.io.Serializable

public class CastorEnumTypeDeserializer
extends DeserializerImpl
implements Deserializer

Castor deserializer

Version:
1.0

Author:
Ozzie Gurkan

Field Summary

Class
javaType
QName
xmlType

Fields inherited from class org.apache.axis.encoding.DeserializerImpl

componentsReadyFlag, defaultType, id, isEnded, isHref, isNil, log, targets, value

Fields inherited from class org.apache.axis.message.SOAPHandler

myElement

Constructor Summary

CastorEnumTypeDeserializer(Class javaType, QName xmlType)

Method Summary

void
onEndElement(String namespace, String localName, DeserializationContext context)

Methods inherited from class org.apache.axis.encoding.DeserializerImpl

addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onEndElement, onStartChild, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueComplete

Methods inherited from class org.apache.axis.message.SOAPHandler

characters, endElement, makeNewElement, onEndChild, onStartChild, startElement

Field Details

javaType

public Class javaType


xmlType

public QName xmlType

Constructor Details

CastorEnumTypeDeserializer

public CastorEnumTypeDeserializer(Class javaType,
                                  QName xmlType)

Method Details

onEndElement

public void onEndElement(String namespace,
                         String localName,
                         DeserializationContext context)
            throws SAXException
Specified by:
onEndElement in interface Deserializer
Overrides:
onEndElement in interface DeserializerImpl


Copyright B) 2005 Apache Web Services Project. All Rights Reserved.