Uses of Class
org.apache.hello_world_mixedstyle.types.FaultDetail

Packages that use FaultDetail
org.apache.hello_world_mixedstyle   
org.apache.hello_world_mixedstyle.types   
 

Uses of FaultDetail in org.apache.hello_world_mixedstyle
 

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

Constructors in org.apache.hello_world_mixedstyle with parameters of type FaultDetail
PingMeFault(java.lang.String message, FaultDetail faultDetail)
           
PingMeFault(java.lang.String message, FaultDetail faultDetail, java.lang.Throwable cause)
           
 

Uses of FaultDetail in org.apache.hello_world_mixedstyle.types
 

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



Apache CXF