|
|||||||||
| Home >> All >> org >> apache >> axis >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.axis.utils
Interface JavaUtils.ConvertCache

- Enclosing interface:
- 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 | |
java.lang.Object |
getConvertedValue(java.lang.Class cls)
|
java.lang.Class |
getDestClass()
Get the destination array class described by the xml |
void |
setConvertedValue(java.lang.Class cls,
java.lang.Object value)
Set/Get converted values of the convert method. |
| Method Detail |
setConvertedValue
public void setConvertedValue(java.lang.Class cls, java.lang.Object value)
- Set/Get converted values of the convert method.
getConvertedValue
public java.lang.Object getConvertedValue(java.lang.Class cls)
getDestClass
public java.lang.Class getDestClass()
- Get the destination array class described by the xml
|
|||||||||
| Home >> All >> org >> apache >> axis >> [ utils overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC