Uses of Interface
javax.xml.soap.Detail

Packages that use Detail
javax.xml.rpc.soap This package defines APIs specific to the SOAP binding. 
javax.xml.soap Provides the API for creating and building SOAP messages. 
 

Uses of Detail in javax.xml.rpc.soap
 

Methods in javax.xml.rpc.soap that return Detail
 Detail SOAPFaultException.getDetail()
          Gets the detail element.
 

Constructors in javax.xml.rpc.soap with parameters of type Detail
SOAPFaultException(QName faultcode, java.lang.String faultstring, java.lang.String faultactor, Detail faultdetail)
          Constructor for the SOAPFaultException
 

Uses of Detail in javax.xml.soap
 

Methods in javax.xml.soap that return Detail
abstract  Detail SOAPFactory.createDetail()
          Creates a new Detail object which serves as a container for DetailEntry objects.
 Detail SOAPFault.getDetail()
          Returns the detail element for this SOAPFault object.
 Detail SOAPFault.addDetail()
          Creates a Detail object and sets it as the Detail object for this SOAPFault object.