Uses of Class
org.apache.axis.utils.JavaUtils.HolderException
-
Packages that use JavaUtils.HolderException Package Description org.apache.axis.utils -
-
Uses of JavaUtils.HolderException in org.apache.axis.utils
Methods in org.apache.axis.utils that throw JavaUtils.HolderException Modifier and Type Method Description static java.lang.Object
JavaUtils. getHolderValue(java.lang.Object holder)
Gets the Holder value.static void
JavaUtils. setHolderValue(java.lang.Object holder, java.lang.Object value)
Sets the Holder value.
-