mx4j.tools.remote.soap.axis.ser

Class AxisDeserializer

public abstract class AxisDeserializer extends DeserializerImpl

Version: $Revision: 1.4 $

Method Summary
protected abstract ObjectcreateObject()
protected LoggergetLogger()
voidonEndElement(String namespace, String localName, DeserializationContext context)
protected abstract voidonSetChildValue(Object value, Object hint)
SOAPHandleronStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
voidonStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)
voidsetChildValue(Object value, Object hint)

Method Detail

createObject

protected abstract Object createObject()

getLogger

protected Logger getLogger()

onEndElement

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

onSetChildValue

protected abstract void onSetChildValue(Object value, Object hint)

onStartChild

public SOAPHandler onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

onStartElement

public void onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context)

setChildValue

public void setChildValue(Object value, Object hint)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.