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

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

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

Methods in com.sun.xml.ws.fault that return CodeType
(package private)  CodeType SOAP12Fault.getCode()
           
 

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