站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档

JavaUtils.ConvertCache (JAXRPC API) - JBoss 4.0.1 sp1 jaxrpc API Documentation 英文版文档


org.apache.axis.utils
Interface JavaUtils.ConvertCache

All Known Implementing Classes:
ArrayDeserializer.ArrayListExtension
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
 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 Detail

setConvertedValue

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


getConvertedValue

public Object getConvertedValue(Class cls)

getDestClass

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



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.