Class ScriptMediatorConstants

java.lang.Object
org.apache.synapse.mediators.bsf.ScriptMediatorConstants

public class ScriptMediatorConstants extends Object
  • Field Details

    • MC_VAR_NAME

      public static final String MC_VAR_NAME
      The name of the variable made available to the scripting language to access the message
      See Also:
    • JAVA_SCRIPT

      public static final String JAVA_SCRIPT
      Name of the java script language
      See Also:
    • NASHORN_JAVA_SCRIPT

      public static final String NASHORN_JAVA_SCRIPT
      Name of the java script language with usage of nashorn engine.
      See Also:
    • RHINO_JAVA_SCRIPT

      public static final String RHINO_JAVA_SCRIPT
      Name of the java script language with usage of rhino engine.
      See Also:
    • GRAAL_JAVA_SCRIPT

      public static final String GRAAL_JAVA_SCRIPT
      Name of the java script language with usage of rhino engine.
      See Also:
    • NASHORN

      public static final String NASHORN
      Name of the nashorn java script engine.
      See Also:
    • GRAALVM

      public static final String GRAALVM
      Name of the graalvm js engine.
      See Also:
    • ORACLE_NASHORN_NAME

      public static final String ORACLE_NASHORN_NAME
      Factory Name for Oracle Nashorn Engine. Built-in Nashorn engine in JDK 8 to JDK 11
      See Also:
    • POOL_SIZE_PROPERTY

      public static String POOL_SIZE_PROPERTY
      Pool size property name
    • DEFAULT_SCRIPT_ENGINE

      public static String DEFAULT_SCRIPT_ENGINE
      Default Script Engine
  • Constructor Details

    • ScriptMediatorConstants

      public ScriptMediatorConstants()