Uses of Class
org.apache.hello_world_soap12_http.types.FaultDetail
-
Packages that use FaultDetail Package Description org.apache.hello_world_soap12_http org.apache.hello_world_soap12_http.types -
-
Uses of FaultDetail in org.apache.hello_world_soap12_http
Methods in org.apache.hello_world_soap12_http that return FaultDetail Modifier and Type Method Description FaultDetailPingMeFault. getFaultInfo()Constructors in org.apache.hello_world_soap12_http 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_soap12_http.types
Methods in org.apache.hello_world_soap12_http.types that return FaultDetail Modifier and Type Method Description FaultDetailObjectFactory. createFaultDetail()Create an instance ofFaultDetail
-