Uses of Interface
jakarta.xml.soap.DetailEntry
Packages that use DetailEntry
Package
Description
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 DetailEntryMethods in com.sun.xml.messaging.saaj.soap.impl that return DetailEntryModifier and TypeMethodDescriptionDetailImpl.addDetailEntry(Name name) DetailImpl.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 -
Uses of DetailEntry in com.sun.xml.messaging.saaj.soap.ver1_1
Classes in com.sun.xml.messaging.saaj.soap.ver1_1 that implement DetailEntryMethods in com.sun.xml.messaging.saaj.soap.ver1_1 that return DetailEntryModifier and TypeMethodDescriptionprotected 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 DetailEntryMethods in com.sun.xml.messaging.saaj.soap.ver1_2 that return DetailEntryModifier and TypeMethodDescriptionprotected 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 DetailEntryModifier and TypeMethodDescriptionDetail.addDetailEntry(Name name) Creates a newDetailEntryobject with the given name and adds it to thisDetailobject.Detail.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 DetailEntryModifier and TypeMethodDescriptionDetail.getDetailEntries()Gets an Iterator over all of theDetailEntrys in thisDetailobject.