Uses of Class
org.apache.axis.utils.Mapping
-
Packages that use Mapping Package Description org.apache.axis.message org.apache.axis.utils -
-
Uses of Mapping in org.apache.axis.message
Methods in org.apache.axis.message with parameters of type Mapping Modifier and Type Method Description voidMessageElement. addMapping(Mapping map)add a new namespace/prefix mapping -
Uses of Mapping in org.apache.axis.utils
Methods in org.apache.axis.utils that return Mapping Modifier and Type Method Description MappingNSStack. next()Return the next namespace mapping in the top frame.MappingNSStack. topOfFrame()Reset the embedded iterator in this class to the top of the current (i.e., last) frame.
-