站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

SOAPArrayDeserializer (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice.encoding.ser
Class SOAPArrayDeserializer

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.axis.message.SOAPHandler
          extended byorg.apache.axis.encoding.DeserializerImpl
              extended byorg.apache.axis.encoding.ser.ArrayDeserializer
                  extended byorg.jboss.webservice.encoding.ser.SOAPArrayDeserializer
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 SOAPArrayDeserializer
extends org.apache.axis.encoding.ser.ArrayDeserializer

DOCUMENT ME!

Author:
thomas.diesler@jboss.org
See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.encoding.ser.ArrayDeserializer
org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
 
Field Summary
 
Fields inherited from class org.apache.axis.encoding.ser.ArrayDeserializer
arrayType, curIndex
 
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
 
Constructor Summary
SOAPArrayDeserializer(Class javaType, javax.xml.namespace.QName xmlType)
           
 
Methods inherited from class org.apache.axis.encoding.ser.ArrayDeserializer
characters, onStartChild, onStartElement, setChildValue, valueComplete
 
Methods inherited from class org.apache.axis.encoding.DeserializerImpl
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onEndElement, registerValueTarget, removeValueTargets, setDefaultType, setValue, setValue, startElement
 
Methods inherited from class org.apache.axis.message.SOAPHandler
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
 

Constructor Detail

SOAPArrayDeserializer

public SOAPArrayDeserializer(Class javaType,
                             javax.xml.namespace.QName xmlType)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.