org.apache.synapse.config.xml
Class XMLConfigConstants

java.lang.Object
  extended by org.apache.synapse.config.xml.XMLConfigConstants

public class XMLConfigConstants
extends Object

Constants used in the processing of XML configuration language


Nested Class Summary
static class XMLConfigConstants.DATA_TYPES
          The set of supported data types
 
Field Summary
static String ALGORITHM_NAME
           
static QName API_ELT
           
static QName ATT_XPATH_RELATIVE
           
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 String KEY
           
static String LOADBALANCE_ALGORITHM
           
static String LOADBALANCE_POLICY
           
static String MARK_FOR_SUSPENSION
           
static QName MESSAGE_PROCESSOR_ELT
           
static QName MESSAGE_STORE_ELT
           
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_AXIS2
          The scope name for axis2 message context properties
static String SCOPE_CLIENT
          The scope name for axis2 message context client options properties
static String SCOPE_DEFAULT
          The scope name for synapse message context properties
static String SCOPE_FUNC
          The scope name for synapse function template properties
static String SCOPE_REGISTRY
          The scope name for registry properties
static String SCOPE_TRANSPORT
          The scope name for transport header properties
static QName SEQUENCE_ELT
           
static String SEQUENCE_VERSION_1_0
          WS-RM version 1.0
static String SEQUENCE_VERSION_1_1
          WS-RM version 1.1
static String STATISTICS_ATTRIB_NAME
          The statistics attribute name
static 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 OMNamespace SYNAPSE_OMNAMESPACE
           
static QName TEMPLATE_ELT
           
static String TRACE_ATTRIB_NAME
          The Trace attribute name, for proxy services, sequences
static 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
XMLConfigConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SYNAPSE_NAMESPACE

public static final String SYNAPSE_NAMESPACE
See Also:
Constant Field Values

SYNAPSE_OMNAMESPACE

public static final 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_REGISTRY

public static final String SCOPE_REGISTRY
The scope name for registry properties

See Also:
Constant Field Values

KEY

public static final String KEY
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

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

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

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
Constructor Detail

XMLConfigConstants

public XMLConfigConstants()


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.