Uses of Enum Class
org.citrusframework.message.MessageType
Packages that use MessageType
-
Uses of MessageType in org.citrusframework.actions
Methods in org.citrusframework.actions with parameters of type MessageTypeModifier and TypeMethodDescriptionMessageBuilderFactory.type(MessageType messageType) Sets an explicit message type for this message. -
Uses of MessageType in org.citrusframework.message
Methods in org.citrusframework.message that return MessageTypeModifier and TypeMethodDescriptionstatic MessageTypeMessageType.mapToMessageType(String contentTypeHeader, String encodingHeader) static MessageTypeReturns the enum constant of this class with the specified name.static MessageType[]MessageType.values()Returns an array containing the constants of this enum class, in the order they are declared.