Uses of Class
de.codecentric.cxf.common.FaultType
-
Packages that use FaultType Package Description de.codecentric.cxf.common de.codecentric.cxf.logging de.codecentric.cxf.xmlvalidation -
-
Uses of FaultType in de.codecentric.cxf.common
Methods in de.codecentric.cxf.common that return FaultType Modifier and Type Method Description static FaultTypeFaultType. valueOf(String name)Returns the enum constant of this type with the specified name.static FaultType[]FaultType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FaultType in de.codecentric.cxf.logging
Methods in de.codecentric.cxf.logging with parameters of type FaultType Modifier and Type Method Description voidBaseLogger. schemaValidationError(FaultType error, String faultMessage) -
Uses of FaultType in de.codecentric.cxf.xmlvalidation
Methods in de.codecentric.cxf.xmlvalidation with parameters of type FaultType Modifier and Type Method Description voidSoapFaultBuilder. buildCustomFaultAndSet2SoapMessage(org.apache.cxf.binding.soap.SoapMessage message, FaultType faultType)ObjectCustomFaultBuilder. createCustomFaultDetail(String originalFaultMessage, FaultType faultType)StringCustomFaultBuilder. createCustomFaultMessage(FaultType faultType)
-