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

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

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

Methods in com.sun.xml.ws.fault that return ReasonType
(package private)  ReasonType SOAP12Fault.getReason()
           
 

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