Uses of Class
com.consol.citrus.message.MessageHeaderType
-
Packages that use MessageHeaderType Package Description com.consol.citrus.message -
-
Uses of MessageHeaderType in com.consol.citrus.message
Methods in com.consol.citrus.message that return MessageHeaderType Modifier and Type Method Description static MessageHeaderTypeMessageHeaderType. fromTypedValue(String headerValue)Try to find MessageHeaderType from a typed header value.static MessageHeaderTypeMessageHeaderType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageHeaderType[]MessageHeaderType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-