Uses of Interface
javax.xml.soap.Detail
Packages that use Detail
-
Uses of Detail in javax.xml.rpc.soap
Methods in javax.xml.rpc.soap that return DetailConstructors in javax.xml.rpc.soap with parameters of type DetailModifierConstructorDescriptionSOAPFaultException
(QName faultcode, String faultstring, String faultactor, Detail detail) Constructor for SOAPFaultException. -
Uses of Detail in javax.xml.soap
Methods in javax.xml.soap that return DetailModifier and TypeMethodDescriptionSOAPFault.addDetail()
Creates aDetail
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 detail element for thisSOAPFault
object. -
Uses of Detail in org.apache.axis.message
Classes in org.apache.axis.message that implement DetailMethods in org.apache.axis.message that return Detail -
Uses of Detail in org.apache.axis.soap
Methods in org.apache.axis.soap that return Detail