Apache CXF API

Uses of Class
org.apache.cxf.message.FaultMode

Packages that use FaultMode
org.apache.cxf.message   
 

Uses of FaultMode in org.apache.cxf.message
 

Methods in org.apache.cxf.message that return FaultMode
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(java.lang.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're declared.
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.