mx4j.tools.remote.soap.axis.ser
public abstract class AxisDeserializer extends DeserializerImpl
Version: $Revision: 1.4 $
Method Summary | |
---|---|
protected abstract Object | createObject() |
protected Logger | getLogger() |
void | onEndElement(String namespace, String localName, DeserializationContext context) |
protected abstract void | onSetChildValue(Object value, Object hint) |
SOAPHandler | onStartChild(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
void | onStartElement(String namespace, String localName, String prefix, Attributes attributes, DeserializationContext context) |
void | setChildValue(Object value, Object hint) |