Uses of Class
org.apache.handler_test.types.PingFaultDetails

Packages that use PingFaultDetails
org.apache.handler_test   
org.apache.handler_test.types   
 

Uses of PingFaultDetails in org.apache.handler_test
 

Methods in org.apache.handler_test that return PingFaultDetails
 PingFaultDetails PingException.getFaultInfo()
           
 

Constructors in org.apache.handler_test with parameters of type PingFaultDetails
PingException(java.lang.String message, PingFaultDetails pingFaultDetails)
           
PingException(java.lang.String message, PingFaultDetails pingFaultDetails, java.lang.Throwable cause)
           
 

Uses of PingFaultDetails in org.apache.handler_test.types
 

Methods in org.apache.handler_test.types that return PingFaultDetails
 PingFaultDetails ObjectFactory.createPingFaultDetails()
          Create an instance of PingFaultDetails
 



Apache CXF