com.webobjects.webservices.support.xml
Class WOGlobalIDDeserializer
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.encoding.DeserializerImpl
com.webobjects.webservices.support.xml.WOGlobalIDDeserializer
- All Implemented Interfaces:
- WOSoapConstants, ContentHandler, DTDHandler, EntityResolver, ErrorHandler
public class WOGlobalIDDeserializer
- extends org.apache.axis.encoding.DeserializerImpl
- implements org.apache.axis.encoding.Deserializer, WOSoapConstants
WOGlobalIDDeserializer deserializes instances of EOGlobalID.
- See Also:
- Serialized Form
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 |
Methods inherited from class org.apache.axis.encoding.DeserializerImpl |
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, setValue, startElement, valueComplete |
Methods inherited from class org.apache.axis.message.SOAPHandler |
characters, makeNewElement, onEndChild |
Methods inherited from class org.xml.sax.helpers.DefaultHandler |
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 |
Methods inherited from interface org.apache.axis.encoding.Deserializer |
componentsReady, endElement, getDefaultType, getValue, getValue, getValueTargets, moveValueTargets, onStartElement, registerValueTarget, removeValueTargets, setChildValue, setDefaultType, setValue, startElement, valueComplete |
Methods inherited from interface javax.xml.rpc.encoding.Deserializer |
getMechanismType |
Methods inherited from interface org.apache.axis.encoding.Callback |
setValue |
entityName
public String entityName
subEntityName
public String subEntityName
guessedEntityName
public String guessedEntityName
primaryKeys
public Object[] primaryKeys
data
public byte[] data
WOGlobalIDDeserializer
public WOGlobalIDDeserializer()
onStartChild
public org.apache.axis.message.SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
throws SAXException
- Overrides:
onStartChild
in class org.apache.axis.encoding.DeserializerImpl
- Throws:
SAXException
onEndElement
public void onEndElement(String namespace,
String localName,
org.apache.axis.encoding.DeserializationContext context)
throws SAXException
- Overrides:
onEndElement
in class org.apache.axis.encoding.DeserializerImpl
- Throws:
SAXException
Copyright © 2000-2007 Apple Inc.