Package org.apache.synapse
Class SynapseConstants.Axis2Param
- java.lang.Object
-
- org.apache.synapse.SynapseConstants.Axis2Param
-
- Enclosing class:
- SynapseConstants
public static final class SynapseConstants.Axis2Param extends Object
Parameter names in the axis2.xml that can be used to configure the synapse
-
-
Field Summary
Fields Modifier and Type Field Description static String
SYNAPSE_CONFIG_LOCATION
Synapse Configuration file locationstatic String
SYNAPSE_HOME
Synapse Home directorystatic String
SYNAPSE_RESOLVE_ROOT
Synapse resolve rootstatic String
SYNAPSE_SERVER_NAME
Synapse server name
-
Constructor Summary
Constructors Constructor Description Axis2Param()
-
-
-
Field Detail
-
SYNAPSE_CONFIG_LOCATION
public static final String SYNAPSE_CONFIG_LOCATION
Synapse Configuration file location- See Also:
- Constant Field Values
-
SYNAPSE_HOME
public static final String SYNAPSE_HOME
Synapse Home directory- See Also:
- Constant Field Values
-
SYNAPSE_RESOLVE_ROOT
public static final String SYNAPSE_RESOLVE_ROOT
Synapse resolve root- See Also:
- Constant Field Values
-
SYNAPSE_SERVER_NAME
public static final String SYNAPSE_SERVER_NAME
Synapse server name- See Also:
- Constant Field Values
-
-