Uses of Interface
javax.xml.soap.DetailEntry
-
Packages that use DetailEntry Package Description javax.xml.soap org.apache.axis.message -
-
Uses of DetailEntry in javax.xml.soap
Methods in javax.xml.soap that return DetailEntry Modifier and Type Method Description DetailEntry
Detail. addDetailEntry(Name name)
Creates a newDetailEntry
object with the given name and adds it to thisDetail
object. -
Uses of DetailEntry in org.apache.axis.message
Classes in org.apache.axis.message that implement DetailEntry Modifier and Type Class Description class
DetailEntry
Detail Entry implementationMethods in org.apache.axis.message that return DetailEntry Modifier and Type Method Description DetailEntry
Detail. addDetailEntry(Name name)
Creates a newDetailEntry
object with the given name and adds it to thisDetail
object.
-