Uses of Enum Class
org.apache.camel.ExchangePropertyKey
Packages that use ExchangePropertyKey
-
Uses of ExchangePropertyKey in org.apache.camel
Subclasses with type arguments of type ExchangePropertyKey in org.apache.camelModifier and TypeClassDescriptionenumTyped enum of the well-knownExchangeproperty keys used by camel-core.Methods in org.apache.camel that return ExchangePropertyKeyModifier and TypeMethodDescriptionstatic @Nullable ExchangePropertyKeyExchangePropertyKey.asExchangePropertyKey(String name) static ExchangePropertyKeyReturns the enum constant of this class with the specified name.static ExchangePropertyKey[]ExchangePropertyKey.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel with parameters of type ExchangePropertyKeyModifier and TypeMethodDescription@Nullable ObjectExchange.getProperty(ExchangePropertyKey key) Returns a property associated with this exchange by the key<T> @Nullable TExchange.getProperty(ExchangePropertyKey key, Class<T> type) Returns a property associated with this exchange by the key and specifying the type required<T> @Nullable TExchange.getProperty(ExchangePropertyKey key, Object defaultValue, Class<T> type) Returns a property associated with this exchange by name and specifying the type required@Nullable ObjectExchange.removeProperty(ExchangePropertyKey key) Removes the given property on the exchangevoidExchange.setProperty(ExchangePropertyKey key, @Nullable Object value) Sets a property on the exchange