|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList
org.apache.axis.encoding.ser.ArrayDeserializer.ArrayListExtension
public class ArrayDeserializer.ArrayListExtension
During processing, the Array Deserializer stores the array in an ArrayListExtension class. This class contains all of the normal function of an ArrayList, plus it keeps a list of the converted array values. This class is essential to support arrays that are multi-referenced.
Field Summary |
---|
Fields inherited from class java.util.AbstractList |
---|
modCount |
Method Summary | |
---|---|
java.lang.Object |
getConvertedValue(java.lang.Class cls)
Get previously converted value |
java.lang.Class |
getDestClass()
Get the destination array class described by the xml |
void |
setConvertedValue(java.lang.Class cls,
java.lang.Object value)
Store converted value |
Methods inherited from class java.util.ArrayList |
---|
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSize |
Methods inherited from class java.util.AbstractList |
---|
equals, hashCode |
Methods inherited from class java.util.AbstractCollection |
---|
containsAll, toString |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.List |
---|
containsAll, equals, hashCode |
Method Detail |
---|
public void setConvertedValue(java.lang.Class cls, java.lang.Object value)
setConvertedValue
in interface JavaUtils.ConvertCache
public java.lang.Object getConvertedValue(java.lang.Class cls)
getConvertedValue
in interface JavaUtils.ConvertCache
public java.lang.Class getDestClass()
getDestClass
in interface JavaUtils.ConvertCache
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |