org.apache.axis.utils

Interface JavaUtils.ConvertCache

Known Implementing Classes:
ArrayDeserializer.ArrayListExtension

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

Object
getConvertedValue(Class cls)
Class
getDestClass()
Get the destination array class described by the xml
void
setConvertedValue(Class cls, Object value)
Set/Get converted values of the convert method.

Method Details

getConvertedValue

public Object getConvertedValue(Class cls)

getDestClass

public Class getDestClass()
Get the destination array class described by the xml

setConvertedValue

public void setConvertedValue(Class cls,
                              Object value)
Set/Get converted values of the convert method.

Copyright © 2005 Apache Web Services Project. All Rights Reserved.