Uses of Class
com.consol.citrus.message.ErrorHandlingStrategy
-
Packages that use ErrorHandlingStrategy Package Description com.consol.citrus.message -
-
Uses of ErrorHandlingStrategy in com.consol.citrus.message
Methods in com.consol.citrus.message that return ErrorHandlingStrategy Modifier and Type Method Description static ErrorHandlingStrategyErrorHandlingStrategy. fromName(String name)Gets the strategy from given name representation.static ErrorHandlingStrategyErrorHandlingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorHandlingStrategy[]ErrorHandlingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-