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

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

Uses of FaultDetail in org.apache.hello_world_soap_http
 

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

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

Uses of FaultDetail in org.apache.hello_world_soap_http.types
 

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



Apache CAMEL