public interface DslConstants
Mule DSL constants. This is an internal utils class (internal to the container, not the module), not to be considered part of the API. Backwards compatibility not guaranteed.
Since:
1.7
  • Field Details

    • CORE_PREFIX

      static final String CORE_PREFIX
      This is the namespace prefix for core elements in the configuration.
      See Also:
    • DEFAULT_NAMESPACE_URI_MASK

      static final String DEFAULT_NAMESPACE_URI_MASK
      Format mask for the default location of a schema
      See Also:
    • CORE_NAMESPACE

      static final String CORE_NAMESPACE
      Namespace for Mule core elements
    • CORE_SCHEMA_LOCATION

      static final String CORE_SCHEMA_LOCATION
      Namespace for Mule core elements
    • EE_PREFIX

      static final String EE_PREFIX
      This is the namespace prefix for EE elements in the configuration.
      See Also:
    • EE_NAMESPACE

      static final String EE_NAMESPACE
      Namespace for EE elements
    • NAME_ATTRIBUTE_NAME

      static final String NAME_ATTRIBUTE_NAME
      The name of the 'name' attribute of a DSL element
      See Also:
    • CONFIG_ATTRIBUTE_NAME

      static final String CONFIG_ATTRIBUTE_NAME
      The name of the 'config' attribute of an executable element in the DSL
      See Also:
    • KEY_ATTRIBUTE_NAME

      static final String KEY_ATTRIBUTE_NAME
      The name of the 'key' element of a Map DSL entry
      See Also:
    • VALUE_ATTRIBUTE_NAME

      static final String VALUE_ATTRIBUTE_NAME
      The name of the 'value' element of a Map DSL entry
      See Also:
    • RECONNECTION_ELEMENT_IDENTIFIER

      static final String RECONNECTION_ELEMENT_IDENTIFIER
      The identifier name of the reconnection implementation of reconnectionConfig infrastructure parameter
      See Also:
    • EXPIRATION_POLICY_ELEMENT_IDENTIFIER

      static final String EXPIRATION_POLICY_ELEMENT_IDENTIFIER
      The identifier name of the expirationPolicy infrastructure parameter
      See Also:
    • POOLING_PROFILE_ELEMENT_IDENTIFIER

      static final String POOLING_PROFILE_ELEMENT_IDENTIFIER
      The identifier name of the poolingProfile infrastructure parameter
      See Also:
    • TLS_CONTEXT_ELEMENT_IDENTIFIER

      static final String TLS_CONTEXT_ELEMENT_IDENTIFIER
      The identifier name of the tls:context infrastructure parameter
      See Also:
    • TLS_KEY_STORE_ELEMENT_IDENTIFIER

      static final String TLS_KEY_STORE_ELEMENT_IDENTIFIER
      The identifier name of the tls:key-store infrastructure parameter
      See Also:
    • TLS_TRUST_STORE_ELEMENT_IDENTIFIER

      static final String TLS_TRUST_STORE_ELEMENT_IDENTIFIER
      The identifier name of the tls:trust-store infrastructure parameter
      See Also:
    • TLS_REVOCATION_CHECK_ELEMENT_IDENTIFIER

      static final String TLS_REVOCATION_CHECK_ELEMENT_IDENTIFIER
      The identifier name of the tls:revocation-check infrastructure parameter
      See Also:
    • TLS_STANDARD_REVOCATION_CHECK_ELEMENT_IDENTIFIER

      static final String TLS_STANDARD_REVOCATION_CHECK_ELEMENT_IDENTIFIER
      The identifier name of the tls:standard-revocation-check infrastructure parameter
      See Also:
    • TLS_CUSTOM_OCSP_RESPONDER_ELEMENT_IDENTIFIER

      static final String TLS_CUSTOM_OCSP_RESPONDER_ELEMENT_IDENTIFIER
      The identifier name of the tls:custom-ocsp-responder infrastructure parameter
      See Also:
    • TLS_CRL_FILE_ELEMENT_IDENTIFIER

      static final String TLS_CRL_FILE_ELEMENT_IDENTIFIER
      The identifier name of the tls:crl-file infrastructure parameter
      See Also:
    • TLS_NAMESPACE_URI

      static final String TLS_NAMESPACE_URI
      The namespace URI of the TLS infrastructure parameters
      See Also:
    • TLS_PREFIX

      static final String TLS_PREFIX
      The prefix name of the tls:context infrastructure parameter
      See Also:
    • SCHEDULING_STRATEGY_ELEMENT_IDENTIFIER

      static final String SCHEDULING_STRATEGY_ELEMENT_IDENTIFIER
      The identifier name of the schedulingStrategy infrastructure parameter
      See Also:
    • ERROR_MAPPINGS_ELEMENT_IDENTIFIER

      static final String ERROR_MAPPINGS_ELEMENT_IDENTIFIER
      The identifier name of the errorMappings infrastructure parameter
      See Also:
    • ERROR_MAPPING_ELEMENT_IDENTIFIER

      static final String ERROR_MAPPING_ELEMENT_IDENTIFIER
      The identifier name of the errorMapping infrastructure parameter
      See Also: