public class MultiXMLConfigurationBuilder extends Object
This optional configuration builder creates the Synapse configuration by processing a specified file hierarchy. If the root of the specified file hierarchy is CONFIG_HOME, then the following directories are expected to be in CONFIG_HOME.
In addition to the directories mentioned above one can have the following file in CONFIG_HOME
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINTS_DIR |
static String |
EVENTS_DIR |
static String |
EXECUTORS_DIR |
static String |
LOCAL_ENTRY_DIR |
static String |
MESSAGE_PROCESSOR_DIR |
static String |
MESSAGE_STORE_DIR |
static String |
PROXY_SERVICES_DIR |
static String |
REGISTRY_FILE |
static String |
REST_API_DIR |
static String |
SEPARATE_REGISTRY_DEFINITION |
static String |
SEQUENCES_DIR |
static String |
SYNAPSE_IMPORTS_DIR |
static String |
TASKS_DIR |
static String |
TEMPLATES_DIR |
Constructor and Description |
---|
MultiXMLConfigurationBuilder() |
Modifier and Type | Method and Description |
---|---|
static SynapseConfiguration |
getConfiguration(String root,
Properties properties) |
public static final String PROXY_SERVICES_DIR
public static final String SEQUENCES_DIR
public static final String TEMPLATES_DIR
public static final String ENDPOINTS_DIR
public static final String LOCAL_ENTRY_DIR
public static final String TASKS_DIR
public static final String EVENTS_DIR
public static final String EXECUTORS_DIR
public static final String MESSAGE_STORE_DIR
public static final String MESSAGE_PROCESSOR_DIR
public static final String REST_API_DIR
public static final String SYNAPSE_IMPORTS_DIR
public static final String REGISTRY_FILE
public static final String SEPARATE_REGISTRY_DEFINITION
public static SynapseConfiguration getConfiguration(String root, Properties properties)
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.