Uses of Class
com.sun.xml.ws.fault.DetailType

Packages that use DetailType
com.sun.xml.ws.fault   
 

Uses of DetailType in com.sun.xml.ws.fault
 

Methods in com.sun.xml.ws.fault that return DetailType
(package private)  DetailType SOAP11Fault.getDetail()
          returns the object that represents detail.
(package private)  DetailType SOAP12Fault.getDetail()
           
(package private) abstract  DetailType SOAPFaultBuilder.getDetail()
          Gives the DetailType for a Soap 1.1 or Soap 1.2 message that can be used to create either a checked exception or a protocol specific exception
 

Methods in com.sun.xml.ws.fault with parameters of type DetailType
(package private)  void SOAP11Fault.setDetail(DetailType detail)
           
(package private)  void SOAP12Fault.setDetail(DetailType detail)
           
(package private) abstract  void SOAPFaultBuilder.setDetail(DetailType detailType)
           
 

Constructors in com.sun.xml.ws.fault with parameters of type DetailType
SOAP12Fault(CodeType code, ReasonType reason, String node, String role, DetailType detail)