org.apache.axis.utils
public interface JavaUtils.ConvertCache
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.
|