public class ExtensionProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ADVANCED_TAB_NAME
The name of the tab in which advanced parameters should appear
|
static String |
CONNECTION_PARAM
The key of an execution context variable on which the connection to be used was set
|
static String |
ENCODING_PARAMETER_NAME
The name of a parameter that allows configuring the encoding that should be applied
|
static String |
EXTENSION_CLASSLOADER
The name of a property which points to the
ClassLoader that an extension should use |
static String |
EXTENSION_MANIFEST_FILE_NAME
The name of a file which contains each plugin's
ExtensionManifest |
static String |
EXTENSION_MODEL_JSON_FILE_NAME
The name of a file which contains a json representation of the extension's model
|
static String |
INTERCEPTING_CALLBACK_PARAM
The key of an execution context variable on which the
InterceptingCallback is stored |
static String |
MIME_TYPE_PARAMETER_NAME
The name of a parameter that allows configuring the mimeType that should be applied
|
static String |
SOURCE_CALLBACK_CONTEXT_PARAM
The key of an execution context variable on which the connection to be used was set
|
static String |
TARGET_ATTRIBUTE
The name of a synthetic parameter that's automatically added to all non void operations.
|
static String |
TLS_ATTRIBUTE_NAME
The name of an attribute which allows referencing a
TlsContextFactory |
static String |
TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
The description of the parameter for configuring transactional actions
|
static String |
TRANSACTIONAL_ACTION_PARAMETER_NAME
The name of the parameter for configuring transactional actions
|
static String |
TRANSACTIONAL_TAB_NAME
The name of the tab in which transaction parameters should appear
|
public static final String CONNECTION_PARAM
public static final String SOURCE_CALLBACK_CONTEXT_PARAM
public static final String INTERCEPTING_CALLBACK_PARAM
InterceptingCallback is storedpublic static final String MIME_TYPE_PARAMETER_NAME
public static final String ENCODING_PARAMETER_NAME
public static final String TARGET_ATTRIBUTE
Message on a flowVar pointed by this parameter instead of replacing the message
carried by the Event that's travelling through the pipelinepublic static final String TLS_ATTRIBUTE_NAME
TlsContextFactorypublic static final String EXTENSION_MANIFEST_FILE_NAME
ExtensionManifestpublic static final String EXTENSION_MODEL_JSON_FILE_NAME
public static final String EXTENSION_CLASSLOADER
ClassLoader that an extension should usepublic static final String TRANSACTIONAL_ACTION_PARAMETER_NAME
public static final String TRANSACTIONAL_TAB_NAME
public static final String ADVANCED_TAB_NAME
public static final String TRANSACTIONAL_ACTION_PARAMETER_DESCRIPTION
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.