Class RobotFrameworkCamelUtils
- java.lang.Object
-
- org.apache.camel.component.robotframework.RobotFrameworkCamelUtils
-
public final class RobotFrameworkCamelUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
createRobotVariablesFromCamelExchange(org.apache.camel.Exchange exchange, boolean allowContextMapAll)
-
-
-
Method Detail
-
createRobotVariablesFromCamelExchange
public static List<String> createRobotVariablesFromCamelExchange(org.apache.camel.Exchange exchange, boolean allowContextMapAll) throws org.apache.camel.TypeConversionException, org.apache.camel.NoTypeConversionAvailableException
- Throws:
org.apache.camel.TypeConversionException
org.apache.camel.NoTypeConversionAvailableException
-
-