Uses of Interface
jakarta.xml.soap.DetailEntry
-
Packages that use DetailEntry Package Description com.sun.xml.messaging.saaj.soap.impl com.sun.xml.messaging.saaj.soap.ver1_1 com.sun.xml.messaging.saaj.soap.ver1_2 jakarta.xml.soap Provides the API for creating and building SOAP messages. -
-
Uses of DetailEntry in com.sun.xml.messaging.saaj.soap.impl
Classes in com.sun.xml.messaging.saaj.soap.impl that implement DetailEntry Modifier and Type Class Description classDetailEntryImplMethods in com.sun.xml.messaging.saaj.soap.impl that return DetailEntry Modifier and Type Method Description DetailEntryDetailImpl. addDetailEntry(Name name)DetailEntryDetailImpl. addDetailEntry(QName qname)protected abstract DetailEntryDetailImpl. createDetailEntry(Name name)protected abstract DetailEntryDetailImpl. createDetailEntry(QName name)Methods in com.sun.xml.messaging.saaj.soap.impl that return types with arguments of type DetailEntry Modifier and Type Method Description Iterator<DetailEntry>DetailImpl. getDetailEntries() -
Uses of DetailEntry in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement DetailEntry Modifier and Type Class Description classDetailEntry1_1ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return DetailEntry Modifier and Type Method Description protected DetailEntryDetail1_1Impl. createDetailEntry(Name name)protected DetailEntryDetail1_1Impl. createDetailEntry(QName name) -
Uses of DetailEntry in com.sun.xml.messaging.saaj.soap.ver1_2
Classes in com.sun.xml.messaging.saaj.soap.ver1_2 that implement DetailEntry Modifier and Type Class Description classDetailEntry1_2ImplMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return DetailEntry Modifier and Type Method Description protected DetailEntryDetail1_2Impl. createDetailEntry(Name name)protected DetailEntryDetail1_2Impl. createDetailEntry(QName name) -
Uses of DetailEntry in jakarta.xml.soap
Methods in jakarta.xml.soap that return DetailEntry Modifier and Type Method Description DetailEntryDetail. addDetailEntry(Name name)Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.DetailEntryDetail. addDetailEntry(QName qname)Creates a newDetailEntryobject with the given QName and adds it to thisDetailobject.Methods in jakarta.xml.soap that return types with arguments of type DetailEntry Modifier and Type Method Description Iterator<DetailEntry>Detail. getDetailEntries()Gets an Iterator over all of theDetailEntrys in thisDetailobject.
-