Uses of Class
org.apache.cxf.message.FaultMode
-
Packages that use FaultMode Package Description org.apache.cxf.management.counters org.apache.cxf.message -
-
Uses of FaultMode in org.apache.cxf.management.counters
Methods in org.apache.cxf.management.counters that return FaultMode Modifier and Type Method Description FaultModeMessageHandlingTimeRecorder. getFaultMode()Methods in org.apache.cxf.management.counters with parameters of type FaultMode Modifier and Type Method Description voidMessageHandlingTimeRecorder. setFaultMode(FaultMode faultMode) -
Uses of FaultMode in org.apache.cxf.message
Methods in org.apache.cxf.message that return FaultMode Modifier and Type Method Description static FaultModeMessageUtils. getFaultMode(Message message)Determine the fault mode for the underlying (fault) message (for use on server side only).static FaultModeFaultMode. valueOf(String name)Returns the enum constant of this type with the specified name.static FaultMode[]FaultMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-