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 void
MessageElement. 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 Mapping
NSStack. next()
Return the next namespace mapping in the top frame.Mapping
NSStack. topOfFrame()
Reset the embedded iterator in this class to the top of the current (i.e., last) frame.
-