org.jboss.webservice.encoding.ser
Class Base64BinaryArrayDeserializer

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by org.jboss.axis.message.SOAPHandler
          extended by org.jboss.axis.encoding.DeserializerImpl
              extended by org.jboss.axis.encoding.ser.ArrayDeserializer
                  extended by org.jboss.webservice.encoding.ser.Base64BinaryArrayDeserializer
All Implemented Interfaces:
Serializable, javax.xml.rpc.encoding.Deserializer, org.jboss.axis.encoding.Callback, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class Base64BinaryArrayDeserializer
extends org.jboss.axis.encoding.ser.ArrayDeserializer

DOCUMENT ME!

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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.axis.encoding.ser.ArrayDeserializer
org.jboss.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
 
Field Summary
 
Fields inherited from class org.jboss.axis.encoding.ser.ArrayDeserializer
arrayType, curIndex
 
Fields inherited from class org.jboss.axis.encoding.DeserializerImpl
defaultType, id, isEnded, isHref, isNil, targets, value
 
Fields inherited from class org.jboss.axis.message.SOAPHandler
myElement
 
Constructor Summary
Base64BinaryArrayDeserializer()
           
 
Method Summary
 
Methods inherited from class org.jboss.axis.encoding.ser.ArrayDeserializer
characters, onStartChild, onStartElement, setChildValue, valueComplete
 
Methods inherited from class org.jboss.axis.encoding.DeserializerImpl
addChildDeserializer, componentsReady, endElement, getDefaultType, getMechanismType, getValue, getValue, getValueTargets, moveValueTargets, onEndElement, registerValueTarget, removeValueTargets, setDefaultType, setValue, setValue, startElement
 
Methods inherited from class org.jboss.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

Base64BinaryArrayDeserializer

public Base64BinaryArrayDeserializer()


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