Package | Description |
---|---|
org.apache.cxf.management.counters | |
org.apache.cxf.message |
Modifier and Type | Method and Description |
---|---|
FaultMode |
MessageHandlingTimeRecorder.getFaultMode() |
Modifier and Type | Method and Description |
---|---|
void |
MessageHandlingTimeRecorder.setFaultMode(FaultMode faultMode) |
Modifier and Type | Method and Description |
---|---|
static FaultMode |
MessageUtils.getFaultMode(Message message)
Determine the fault mode for the underlying (fault) message
(for use on server side only).
|
static FaultMode |
FaultMode.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.
|
Apache CXF