mx4j.tools.remote.soap.axis.ser
Class AxisDeserializer
DeserializerImpl
mx4j.tools.remote.soap.axis.ser.AxisDeserializer
public abstract class AxisDeserializer
extends DeserializerImpl
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)
|
createObject
protected abstract Object createObject()
throws SAXException
getLogger
protected Logger getLogger()
onEndElement
public void onEndElement(String namespace,
String localName,
DeserializationContext context)
throws SAXException
onSetChildValue
protected abstract void onSetChildValue(Object value,
Object hint)
throws SAXException
onStartChild
public SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
onStartElement
public void onStartElement(String namespace,
String localName,
String prefix,
Attributes attributes,
DeserializationContext context)
throws SAXException
setChildValue
public void setChildValue(Object value,
Object hint)
throws SAXException
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.