Package org.apache.camel.constants
Class FunctionGraphConstants
- java.lang.Object
-
- org.apache.camel.constants.FunctionGraphConstants
-
public final class FunctionGraphConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_FUNCTION_PACKAGEstatic StringREQUEST_VERSIONstatic StringRESPONSE_BODYstatic StringURN_FORMAT
-
-
-
Field Detail
-
DEFAULT_FUNCTION_PACKAGE
public static final String DEFAULT_FUNCTION_PACKAGE
- See Also:
- Constant Field Values
-
URN_FORMAT
public static final String URN_FORMAT
- See Also:
- Constant Field Values
-
REQUEST_VERSION
public static final String REQUEST_VERSION
- See Also:
- Constant Field Values
-
RESPONSE_BODY
public static final String RESPONSE_BODY
- See Also:
- Constant Field Values
-
-