Package org.apache.synapse.mediators.bsf
Class ScriptMediatorConstants
java.lang.Object
org.apache.synapse.mediators.bsf.ScriptMediatorConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic StringDefault Script Enginestatic final StringName of the java script language with usage of rhino engine.static final StringName of the graalvm js engine.static final StringName of the java script languagestatic final StringThe name of the variable made available to the scripting language to access the messagestatic final StringName of the nashorn java script engine.static final StringName of the java script language with usage of nashorn engine.static final StringFactory Name for Oracle Nashorn Engine.static StringPool size property namestatic final StringName of the java script language with usage of rhino engine. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MC_VAR_NAME
The name of the variable made available to the scripting language to access the message- See Also:
-
JAVA_SCRIPT
Name of the java script language- See Also:
-
NASHORN_JAVA_SCRIPT
Name of the java script language with usage of nashorn engine.- See Also:
-
RHINO_JAVA_SCRIPT
Name of the java script language with usage of rhino engine.- See Also:
-
GRAAL_JAVA_SCRIPT
Name of the java script language with usage of rhino engine.- See Also:
-
NASHORN
Name of the nashorn java script engine.- See Also:
-
GRAALVM
Name of the graalvm js engine.- See Also:
-
ORACLE_NASHORN_NAME
Factory Name for Oracle Nashorn Engine. Built-in Nashorn engine in JDK 8 to JDK 11- See Also:
-
POOL_SIZE_PROPERTY
Pool size property name -
DEFAULT_SCRIPT_ENGINE
Default Script Engine
-
-
Constructor Details
-
ScriptMediatorConstants
public ScriptMediatorConstants()
-