Uses of Class
org.apache.cxf.greeter_control.types.FaultDetail

Packages that use FaultDetail
org.apache.cxf.greeter_control   
org.apache.cxf.greeter_control.types   
 

Uses of FaultDetail in org.apache.cxf.greeter_control
 

Methods in org.apache.cxf.greeter_control that return FaultDetail
 FaultDetail PingMeFault.getFaultInfo()
           
 

Constructors in org.apache.cxf.greeter_control with parameters of type FaultDetail
PingMeFault(String message, FaultDetail faultDetail)
           
PingMeFault(String message, FaultDetail faultDetail, Throwable cause)
           
 

Uses of FaultDetail in org.apache.cxf.greeter_control.types
 

Methods in org.apache.cxf.greeter_control.types that return FaultDetail
 FaultDetail ObjectFactory.createFaultDetail()
          Create an instance of FaultDetail
 



Apache CXF