Uses of Enum Class
org.apache.camel.trait.message.MessageTrait
Packages that use MessageTrait
-
Uses of MessageTrait in org.apache.camel
Methods in org.apache.camel with parameters of type MessageTraitModifier and TypeMethodDescriptionMessage.getPayloadForTrait(MessageTrait trait) Gets the payload for theMessageTraitbooleanMessage.hasTrait(MessageTrait trait) Checks whether the message has a givenMessageTraitvoidMessage.removeTrait(MessageTrait trait) Removes the traitvoidMessage.setPayloadForTrait(MessageTrait trait, Object object) Sets the payload for theMessageTrait -
Uses of MessageTrait in org.apache.camel.trait.message
Methods in org.apache.camel.trait.message that return MessageTraitModifier and TypeMethodDescriptionstatic MessageTraitReturns the enum constant of this class with the specified name.static MessageTrait[]MessageTrait.values()Returns an array containing the constants of this enum class, in the order they are declared.