Uses of Class
org.apache.camel.component.xchange.XChangeConfiguration.XChangeMethod
-
-
Uses of XChangeConfiguration.XChangeMethod in org.apache.camel.component.xchange
Methods in org.apache.camel.component.xchange that return XChangeConfiguration.XChangeMethod Modifier and Type Method Description XChangeConfiguration.XChangeMethodXChangeConfiguration. getMethod()static XChangeConfiguration.XChangeMethodXChangeConfiguration.XChangeMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static XChangeConfiguration.XChangeMethod[]XChangeConfiguration.XChangeMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.xchange with parameters of type XChangeConfiguration.XChangeMethod Modifier and Type Method Description voidXChangeConfiguration. setMethod(XChangeConfiguration.XChangeMethod method)
-