Uses of Class
org.apache.camel.spi.HeaderFilterStrategy.Direction
-
Packages that use HeaderFilterStrategy.Direction Package Description org.apache.camel.spi Service Provider Interfaces used by the Camel runtime which are plugin strategies. -
-
Uses of HeaderFilterStrategy.Direction in org.apache.camel.spi
Methods in org.apache.camel.spi that return HeaderFilterStrategy.Direction Modifier and Type Method Description static HeaderFilterStrategy.Direction
HeaderFilterStrategy.Direction. valueOf(String name)
Returns the enum constant of this type with the specified name.static HeaderFilterStrategy.Direction[]
HeaderFilterStrategy.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-