Uses of Class
org.apache.hello_world.types.jbi.FaultDetail

Packages that use FaultDetail
org.apache.hello_world.jbi   
org.apache.hello_world.types.jbi   
 

Uses of FaultDetail in org.apache.hello_world.jbi
 

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

Constructors in org.apache.hello_world.jbi 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.types.jbi
 

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



Apache CXF