com.infoengine.soap.util.sax
Class SAXObjectDeserializer
java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.infoengine.soap.util.sax.SAXObjectDeserializer
- All Implemented Interfaces:
- ContentHandler, DTDHandler, EntityResolver, ErrorHandler, SOAPParameter
- Direct Known Subclasses:
- GenericBusinessObject.PropertySAXHandler, NestingObjectDeserializer, PrimitiveDeserializer
- public class SAXObjectDeserializer
- extends DefaultHandler
- implements SOAPParameter
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
characters, endDocument, endElement, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping, unparsedEntityDecl, warning |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEBUG
protected static boolean DEBUG
name
protected String name
value
protected Object value
attributes
private Map attributes
_getValueCalled
private boolean _getValueCalled
SAXObjectDeserializer
public SAXObjectDeserializer()
- Creates a new instance of SAXObjectDeserializer
setAttributes
protected void setAttributes(Attributes atts)
getAttributeValue
protected String getAttributeValue(String uri,
String localName)
setName
protected void setName(String n)
getName
public String getName()
- Specified by:
getName
in interface SOAPParameter
setValue
protected void setValue(Object o)
getValue
public Object getValue()
- Specified by:
getValue
in interface SOAPParameter
finished
public boolean finished()
cleanup
void cleanup()
init
void init()