org.apache.axis.encoding.ser.castor

Class CastorDeserializer

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

public class CastorDeserializer
extends DeserializerImpl
implements Deserializer

Castor deserializer
Version:
1.0
Authors:
Olivier Brand (olivier.brand@vodafone.com)
Steve Loughran

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

CastorDeserializer(Class javaType, QName xmlType)

Method Summary

void
onEndElement(String namespace, String localName, DeserializationContext context)
Return something even if no characters were found.

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

CastorDeserializer

public CastorDeserializer(Class javaType,
                          QName xmlType)

Method Details

onEndElement

public void onEndElement(String namespace,
                         String localName,
                         DeserializationContext context)
            throws SAXException
Return something even if no characters were found.
Specified by:
onEndElement in interface Deserializer
Overrides:
onEndElement in interface DeserializerImpl

Copyright © 2005 Apache Web Services Project. All Rights Reserved.