Package org.apache.synapse.config.xml
Class XMLConfigConstants
- java.lang.Object
-
- org.apache.synapse.config.xml.XMLConfigConstants
-
public class XMLConfigConstants extends Object
Constants used in the processing of XML configuration language
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
XMLConfigConstants.DATA_TYPES
The set of supported data types
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM_NAME
static QName
API_ELT
static QName
ATT_XPATH_RELATIVE
static String
BUILD_MESSAGE
static String
CONFIG_REF
static QName
DEFINITIONS_ELT
static QName
DESCRIPTION_ELT
static QName
ENDPOINT_ELT
static QName
ENTRY_ELT
static String
ERROR_CODES
static QName
EVENT_SOURCE_ELT
static QName
EXECUTOR_ELT
static QName
IMPORT_ELT
static QName
INBOUND_ENDPOINT_ELT
static String
KEY
static String
LOADBALANCE_ALGORITHM
static String
LOADBALANCE_POLICY
static String
LOCATION
static String
MARK_FOR_SUSPENSION
static QName
MESSAGE_PROCESSOR_ELT
static QName
MESSAGE_STORE_ELT
static String
NAME
static String
NULL_NAMESPACE
static String
ONACCEPT
static String
ONREJECT
static QName
PROXY_ELT
static Object
QUARTZ_QNAME
static String
RECEIVE
static QName
REGISTRY_ELT
static String
RETRIES_BEFORE_SUSPENSION
static String
RETRY_CONFIG
static String
RETRY_DELAY
static String
SCOPE_ANALYTICS
The scope name for analyticsstatic String
SCOPE_AXIS2
The scope name for axis2 message context propertiesstatic String
SCOPE_CLIENT
The scope name for axis2 message context client options propertiesstatic String
SCOPE_DEFAULT
The scope name for synapse message context propertiesstatic String
SCOPE_ENVIRONMENT
The scope name for environment variablesstatic String
SCOPE_FILE
The scope name for properties defined in a filestatic String
SCOPE_FUNC
The scope name for synapse function template propertiesstatic String
SCOPE_OPERATION
The scope for axis2 operationstatic String
SCOPE_REGISTRY
The scope name for registry propertiesstatic String
SCOPE_SYSTEM
The scope name for system propertiesstatic String
SCOPE_TRACE
The scope name for properties used for tracingstatic String
SCOPE_TRANSPORT
The scope name for transport header propertiesstatic QName
SEQUENCE_ELT
static String
SEQUENCE_VERSION_1_0
WS-RM version 1.0static String
SEQUENCE_VERSION_1_1
WS-RM version 1.1static String
SERVER_PUSH_SEQUENCE
The server push processing sequence name.static String
STATISTICS_ATTRIB_NAME
The statistics attribute namestatic String
STATISTICS_DISABLE
The statistics value 'disable'static String
STATISTICS_ENABLE
The statistics value 'enable'static String
SUSPEND_INITIAL_DURATION
static String
SUSPEND_MAXIMUM_DURATION
static String
SUSPEND_ON_FAILURE
static String
SUSPEND_PROGRESSION_FACTOR
static String
SYNAPSE_NAMESPACE
static org.apache.axiom.om.OMNamespace
SYNAPSE_OMNAMESPACE
static QName
TASK_MANAGER_ELT
static QName
TEMPLATE_ELT
static String
TRACE_ATTRIB_NAME
The Trace attribute name, for proxy services, sequencesstatic String
TRACE_DISABLE
The Trace value 'disable'static String
TRACE_ENABLE
The Trace value 'enable'static String
XPATH_BODY_RELATIVE
static String
XPATH_ENVELOPE_RELATIVE
-
Constructor Summary
Constructors Constructor Description XMLConfigConstants()
-
-
-
Field Detail
-
SYNAPSE_NAMESPACE
public static final String SYNAPSE_NAMESPACE
- See Also:
- Constant Field Values
-
SYNAPSE_OMNAMESPACE
public static final org.apache.axiom.om.OMNamespace SYNAPSE_OMNAMESPACE
-
SCOPE_DEFAULT
public static final String SCOPE_DEFAULT
The scope name for synapse message context properties- See Also:
- Constant Field Values
-
SCOPE_FUNC
public static final String SCOPE_FUNC
The scope name for synapse function template properties- See Also:
- Constant Field Values
-
SCOPE_AXIS2
public static final String SCOPE_AXIS2
The scope name for axis2 message context properties- See Also:
- Constant Field Values
-
SCOPE_CLIENT
public static final String SCOPE_CLIENT
The scope name for axis2 message context client options properties- See Also:
- Constant Field Values
-
SCOPE_TRANSPORT
public static final String SCOPE_TRANSPORT
The scope name for transport header properties- See Also:
- Constant Field Values
-
SCOPE_OPERATION
public static final String SCOPE_OPERATION
The scope for axis2 operation- See Also:
- Constant Field Values
-
SCOPE_REGISTRY
public static final String SCOPE_REGISTRY
The scope name for registry properties- See Also:
- Constant Field Values
-
SCOPE_SYSTEM
public static final String SCOPE_SYSTEM
The scope name for system properties- See Also:
- Constant Field Values
-
SCOPE_ENVIRONMENT
public static final String SCOPE_ENVIRONMENT
The scope name for environment variables- See Also:
- Constant Field Values
-
SCOPE_FILE
public static final String SCOPE_FILE
The scope name for properties defined in a file- See Also:
- Constant Field Values
-
SCOPE_TRACE
public static final String SCOPE_TRACE
The scope name for properties used for tracing- See Also:
- Constant Field Values
-
SCOPE_ANALYTICS
public static final String SCOPE_ANALYTICS
The scope name for analytics- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
LOCATION
public static final String LOCATION
- See Also:
- Constant Field Values
-
RECEIVE
public static final String RECEIVE
- See Also:
- Constant Field Values
-
SEQUENCE_VERSION_1_0
public static final String SEQUENCE_VERSION_1_0
WS-RM version 1.0- See Also:
- Constant Field Values
-
SEQUENCE_VERSION_1_1
public static final String SEQUENCE_VERSION_1_1
WS-RM version 1.1- See Also:
- Constant Field Values
-
DEFINITIONS_ELT
public static final QName DEFINITIONS_ELT
-
DESCRIPTION_ELT
public static final QName DESCRIPTION_ELT
-
SEQUENCE_ELT
public static final QName SEQUENCE_ELT
-
TEMPLATE_ELT
public static final QName TEMPLATE_ELT
-
IMPORT_ELT
public static final QName IMPORT_ELT
-
ENDPOINT_ELT
public static final QName ENDPOINT_ELT
-
ENTRY_ELT
public static final QName ENTRY_ELT
-
REGISTRY_ELT
public static final QName REGISTRY_ELT
-
PROXY_ELT
public static final QName PROXY_ELT
-
EVENT_SOURCE_ELT
public static final QName EVENT_SOURCE_ELT
-
MESSAGE_STORE_ELT
public static final QName MESSAGE_STORE_ELT
-
MESSAGE_PROCESSOR_ELT
public static final QName MESSAGE_PROCESSOR_ELT
-
API_ELT
public static final QName API_ELT
-
TASK_MANAGER_ELT
public static final QName TASK_MANAGER_ELT
-
INBOUND_ENDPOINT_ELT
public static final QName INBOUND_ENDPOINT_ELT
-
NULL_NAMESPACE
public static final String NULL_NAMESPACE
- See Also:
- Constant Field Values
-
QUARTZ_QNAME
public static final Object QUARTZ_QNAME
-
EXECUTOR_ELT
public static final QName EXECUTOR_ELT
-
TRACE_ATTRIB_NAME
public static final String TRACE_ATTRIB_NAME
The Trace attribute name, for proxy services, sequences- See Also:
- Constant Field Values
-
TRACE_ENABLE
public static final String TRACE_ENABLE
The Trace value 'enable'- See Also:
- Constant Field Values
-
TRACE_DISABLE
public static final String TRACE_DISABLE
The Trace value 'disable'- See Also:
- Constant Field Values
-
STATISTICS_ATTRIB_NAME
public static final String STATISTICS_ATTRIB_NAME
The statistics attribute name- See Also:
- Constant Field Values
-
STATISTICS_ENABLE
public static final String STATISTICS_ENABLE
The statistics value 'enable'- See Also:
- Constant Field Values
-
STATISTICS_DISABLE
public static final String STATISTICS_DISABLE
The statistics value 'disable'- See Also:
- Constant Field Values
-
SUSPEND_ON_FAILURE
public static final String SUSPEND_ON_FAILURE
- See Also:
- Constant Field Values
-
SUSPEND_INITIAL_DURATION
public static final String SUSPEND_INITIAL_DURATION
- See Also:
- Constant Field Values
-
SUSPEND_PROGRESSION_FACTOR
public static final String SUSPEND_PROGRESSION_FACTOR
- See Also:
- Constant Field Values
-
SUSPEND_MAXIMUM_DURATION
public static final String SUSPEND_MAXIMUM_DURATION
- See Also:
- Constant Field Values
-
ERROR_CODES
public static final String ERROR_CODES
- See Also:
- Constant Field Values
-
MARK_FOR_SUSPENSION
public static final String MARK_FOR_SUSPENSION
- See Also:
- Constant Field Values
-
RETRIES_BEFORE_SUSPENSION
public static final String RETRIES_BEFORE_SUSPENSION
- See Also:
- Constant Field Values
-
RETRY_DELAY
public static final String RETRY_DELAY
- See Also:
- Constant Field Values
-
RETRY_CONFIG
public static final String RETRY_CONFIG
- See Also:
- Constant Field Values
-
LOADBALANCE_POLICY
public static final String LOADBALANCE_POLICY
- See Also:
- Constant Field Values
-
LOADBALANCE_ALGORITHM
public static final String LOADBALANCE_ALGORITHM
- See Also:
- Constant Field Values
-
BUILD_MESSAGE
public static final String BUILD_MESSAGE
- See Also:
- Constant Field Values
-
ALGORITHM_NAME
public static final String ALGORITHM_NAME
- See Also:
- Constant Field Values
-
ONREJECT
public static final String ONREJECT
- See Also:
- Constant Field Values
-
ONACCEPT
public static final String ONACCEPT
- See Also:
- Constant Field Values
-
ATT_XPATH_RELATIVE
public static final QName ATT_XPATH_RELATIVE
-
XPATH_BODY_RELATIVE
public static final String XPATH_BODY_RELATIVE
- See Also:
- Constant Field Values
-
XPATH_ENVELOPE_RELATIVE
public static final String XPATH_ENVELOPE_RELATIVE
- See Also:
- Constant Field Values
-
CONFIG_REF
public static final String CONFIG_REF
- See Also:
- Constant Field Values
-
SERVER_PUSH_SEQUENCE
public static final String SERVER_PUSH_SEQUENCE
The server push processing sequence name.- See Also:
- Constant Field Values
-
-