Interface DslConstants
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the 'config' attribute of an executable element in the DSLstatic final StringNamespace for Mule core elementsstatic final StringThis is the namespace prefix for core elements in the configuration.static final StringNamespace for Mule core elementsstatic final StringFormat mask for the default location of a schemastatic final StringNamespace for EE elementsstatic final StringThis is the namespace prefix for EE elements in the configuration.static final StringThe identifier name of theerrorMappinginfrastructure parameterstatic final StringThe identifier name of theerrorMappingsinfrastructure parameterstatic final StringThe identifier name of theexpirationPolicyinfrastructure parameterstatic final StringThe name of the 'key' element of a Map DSL entrystatic final StringThe name of the 'name' attribute of a DSL elementstatic final StringThe identifier name of thepoolingProfileinfrastructure parameterstatic final StringThe identifier name of thereconnectionimplementation ofreconnectionConfiginfrastructure parameterstatic final StringThe identifier name of theschedulingStrategyinfrastructure parameterstatic final StringThe identifier name of thetls:contextinfrastructure parameterstatic final StringThe identifier name of thetls:crl-fileinfrastructure parameterstatic final StringThe identifier name of thetls:custom-ocsp-responderinfrastructure parameterstatic final StringThe identifier name of thetls:key-storeinfrastructure parameterstatic final StringThe namespace URI of theTLSinfrastructure parametersstatic final StringThe prefix name of thetls:contextinfrastructure parameterstatic final StringThe identifier name of thetls:revocation-checkinfrastructure parameterstatic final StringThe identifier name of thetls:standard-revocation-checkinfrastructure parameterstatic final StringThe identifier name of thetls:trust-storeinfrastructure parameterstatic final StringThe name of the 'value' element of a Map DSL entry
-
Field Details
-
CORE_PREFIX
This is the namespace prefix for core elements in the configuration.- See Also:
-
DEFAULT_NAMESPACE_URI_MASK
Format mask for the default location of a schema- See Also:
-
CORE_NAMESPACE
Namespace for Mule core elements -
CORE_SCHEMA_LOCATION
Namespace for Mule core elements -
EE_PREFIX
This is the namespace prefix for EE elements in the configuration.- See Also:
-
EE_NAMESPACE
Namespace for EE elements -
NAME_ATTRIBUTE_NAME
The name of the 'name' attribute of a DSL element- See Also:
-
CONFIG_ATTRIBUTE_NAME
The name of the 'config' attribute of an executable element in the DSL- See Also:
-
KEY_ATTRIBUTE_NAME
The name of the 'key' element of a Map DSL entry- See Also:
-
VALUE_ATTRIBUTE_NAME
The name of the 'value' element of a Map DSL entry- See Also:
-
RECONNECTION_ELEMENT_IDENTIFIER
The identifier name of thereconnectionimplementation ofreconnectionConfiginfrastructure parameter- See Also:
-
EXPIRATION_POLICY_ELEMENT_IDENTIFIER
The identifier name of theexpirationPolicyinfrastructure parameter- See Also:
-
POOLING_PROFILE_ELEMENT_IDENTIFIER
The identifier name of thepoolingProfileinfrastructure parameter- See Also:
-
TLS_CONTEXT_ELEMENT_IDENTIFIER
The identifier name of thetls:contextinfrastructure parameter- See Also:
-
TLS_KEY_STORE_ELEMENT_IDENTIFIER
The identifier name of thetls:key-storeinfrastructure parameter- See Also:
-
TLS_TRUST_STORE_ELEMENT_IDENTIFIER
The identifier name of thetls:trust-storeinfrastructure parameter- See Also:
-
TLS_REVOCATION_CHECK_ELEMENT_IDENTIFIER
The identifier name of thetls:revocation-checkinfrastructure parameter- See Also:
-
TLS_STANDARD_REVOCATION_CHECK_ELEMENT_IDENTIFIER
The identifier name of thetls:standard-revocation-checkinfrastructure parameter- See Also:
-
TLS_CUSTOM_OCSP_RESPONDER_ELEMENT_IDENTIFIER
The identifier name of thetls:custom-ocsp-responderinfrastructure parameter- See Also:
-
TLS_CRL_FILE_ELEMENT_IDENTIFIER
The identifier name of thetls:crl-fileinfrastructure parameter- See Also:
-
TLS_NAMESPACE_URI
The namespace URI of theTLSinfrastructure parameters- See Also:
-
TLS_PREFIX
The prefix name of thetls:contextinfrastructure parameter- See Also:
-
SCHEDULING_STRATEGY_ELEMENT_IDENTIFIER
The identifier name of theschedulingStrategyinfrastructure parameter- See Also:
-
ERROR_MAPPINGS_ELEMENT_IDENTIFIER
The identifier name of theerrorMappingsinfrastructure parameter- See Also:
-
ERROR_MAPPING_ELEMENT_IDENTIFIER
The identifier name of theerrorMappinginfrastructure parameter- See Also:
-