Uses of Class
org.apache.hello_world_xml_http.wrapped.types.FaultDetail
-
Packages that use FaultDetail Package Description 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 Modifier and Type Method Description FaultDetailPingMeFault. getFaultInfo()Constructors in org.apache.hello_world_xml_http.wrapped with parameters of type FaultDetail Constructor Description PingMeFault(String message, FaultDetail faultDetail)PingMeFault(String message, FaultDetail faultDetail, 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 Modifier and Type Method Description FaultDetailObjectFactory. createFaultDetail()Create an instance ofFaultDetail
-