Uses of Enum Class
com.predic8.membrane.core.util.SOAPUtil.FaultCode
Packages that use SOAPUtil.FaultCode
-
Uses of SOAPUtil.FaultCode in com.predic8.membrane.core.util
Methods in com.predic8.membrane.core.util that return SOAPUtil.FaultCodeModifier and TypeMethodDescriptionstatic SOAPUtil.FaultCodeReturns the enum constant of this class with the specified name.static SOAPUtil.FaultCode[]SOAPUtil.FaultCode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.predic8.membrane.core.util with parameters of type SOAPUtil.FaultCodeModifier and TypeMethodDescriptionstatic ResponseSOAPUtil.createSOAPValidationErrorResponse(SOAPUtil.FaultCode code, String faultstring, String detail) static StringSOAPUtil.getFaultSOAP11Body(SOAPUtil.FaultCode code, String faultstring, String detail)