Uses of Class
org.apache.camel.component.xj.TransformDirection
-
-
Uses of TransformDirection in org.apache.camel.component.xj
Methods in org.apache.camel.component.xj that return TransformDirection Modifier and Type Method Description TransformDirectionXJEndpoint. getTransformDirection()static TransformDirectionTransformDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformDirection[]TransformDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.xj with parameters of type TransformDirection Modifier and Type Method Description voidXJEndpoint. setTransformDirection(TransformDirection transformDirection)Sets the transform direction.
-