Uses of Class
org.apache.hello_world_xml_http.wrapped.types.FaultDetail

Packages that use FaultDetail
org.apache.hello_world_xml_http.wrapped   
org.apache.hello_world_xml_http.wrapped.types   
 

Uses of FaultDetail in org.apache.hello_world_xml_http.wrapped
 

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

Constructors in org.apache.hello_world_xml_http.wrapped 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_xml_http.wrapped.types
 

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



Apache CXF