Package org.apache.axis.utils
Interface JavaUtils.ConvertCache
- All Known Implementing Classes:
ArrayDeserializer.ArrayListExtension
- Enclosing class:
JavaUtils
public static interface JavaUtils.ConvertCache
It the argument to the convert(...) method implements
the ConvertCache interface, the convert(...) method
will use the set/get methods to store and retrieve
converted values.
-
Method Summary
Modifier and TypeMethodDescriptiongetConvertedValue
(Class cls) Get the destination array class described by the xmlvoid
setConvertedValue
(Class cls, Object value) Set/Get converted values of the convert method.
-
Method Details
-
setConvertedValue
Set/Get converted values of the convert method. -
getConvertedValue
-
getDestClass
Class getDestClass()Get the destination array class described by the xml
-