Uses of Interface
jakarta.xml.soap.Detail
-
Uses of Detail in jakarta.xml.soap
Modifier and TypeMethodDescriptionSOAPFault.addDetail()
Creates an optionalDetail
object and sets it as theDetail
object for thisSOAPFault
object.abstract Detail
SOAPFactory.createDetail()
Creates a newDetail
object which serves as a container forDetailEntry
objects.SOAPFault.getDetail()
Returns the optional detail element for thisSOAPFault
object.