当前页面:
在线文档首页 >
JBoss 3.2.7 .net API Documentation 英文版文档
ObjectInstanceDeser (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档
org.jboss.net.jmx.adaptor
Class ObjectInstanceDeser
java.lang.Object
org.xml.sax.helpers.DefaultHandler
org.apache.axis.message.SOAPHandler
org.apache.axis.encoding.DeserializerImpl
org.jboss.net.jmx.adaptor.ObjectInstanceDeser
- All Implemented Interfaces:
- org.apache.axis.encoding.Callback, ContentHandler, javax.xml.rpc.encoding.Deserializer, org.apache.axis.encoding.Deserializer, DTDHandler, EntityResolver, ErrorHandler, Serializable
- public class ObjectInstanceDeser
- extends org.apache.axis.encoding.DeserializerImpl
An ObjectInstanceDeser
is be used to deserialize
ObjectInstance using the SOAP-ENC
encoding style.
- Version:
- $Revision: 1.4.6.1 $
- Author:
- Alireza Taherkordi
- See Also:
- Serialized Form
Fields inherited from class org.apache.axis.encoding.DeserializerImpl |
defaultType, id, isEnded, isHref, isNil, targets, value |
Fields inherited from class org.apache.axis.message.SOAPHandler |
myElement |
Method Summary |
void |
onEndElement(String s,
String s1,
org.apache.axis.encoding.DeserializationContext deserializationcontext)
|
org.apache.axis.message.SOAPHandler |
onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
|
void |
onStartElement(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
|
void |
setChildValue(Object value,
Object hint)
|
Methods inherited from class org.apache.axis.encoding.DeserializerImpl |
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, registerValueTarget, removeValueTargets, setDefaultType, setValue, setValue, startElement, valueComplete |
Methods inherited from class org.apache.axis.message.SOAPHandler |
makeNewElement, onEndChild |
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 |
ObjectInstanceDeser
public ObjectInstanceDeser()
onStartElement
public void onStartElement(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
throws SAXException
- Throws:
SAXException
onStartChild
public org.apache.axis.message.SOAPHandler onStartChild(String namespace,
String localName,
String prefix,
Attributes attributes,
org.apache.axis.encoding.DeserializationContext context)
throws SAXException
- Throws:
SAXException
setChildValue
public void setChildValue(Object value,
Object hint)
throws SAXException
- Throws:
SAXException
onEndElement
public void onEndElement(String s,
String s1,
org.apache.axis.encoding.DeserializationContext deserializationcontext)
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.