Class RegistryBasedSynapseConfigBuilder
java.lang.Object
org.wso2.carbon.mediation.initializer.RegistryBasedSynapseConfigBuilder
Builds the
SynapseConfiguration by using a registry space,
which defaults to /carbon/synapse-config
The configuration element hierarchy has assumed to be;
- CONFIG_REGISTRY/repository/synapse/sequences
- CONFIG_REGISTRY/repository/synapse/endpoints
- CONFIG_REGISTRY/repository/synapse/local-entries
- CONFIG_REGISTRY/repository/synapse/proxy-services
- CONFIG_REGISTRY/repository/synapse/event-sources
- CONFIG_REGISTRY/repository/synapse/synapse-startups
- CONFIG_REGISTRY/repository/synapse/synapse-registry
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryBasedSynapseConfigBuilder(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName, String synapseXMLLocation, Properties properties, boolean failSafeConfigurationLoading) Constructs the builder and sets the registry to be used -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.synapse.config.SynapseConfigurationBuilds theSynapseConfigurationfrom the registry space.voidhandleErrorGracefully(String component, org.apache.synapse.SynapseException e)
-
Constructor Details
-
RegistryBasedSynapseConfigBuilder
public RegistryBasedSynapseConfigBuilder(org.wso2.carbon.registry.core.session.UserRegistry registry, String configName, String synapseXMLLocation, Properties properties, boolean failSafeConfigurationLoading) Constructs the builder and sets the registry to be used- Parameters:
registry- to be used to retrieve the configuration elementsconfigName- configuration namesynapseXMLLocation- location of the synapse xmlproperties- the properties from the synapse.properties filefailSafeConfigurationLoading- to load configurations in a fail safe way
-
-
Method Details
-
getConfiguration
public org.apache.synapse.config.SynapseConfiguration getConfiguration()Builds theSynapseConfigurationfrom the registry space. If the synapse registry has been specified and there are no content in the rest of the config space, this method looks for the registry configured in the synapse-registry to find a synapse.xml file....If non of the above is able to provide the configuration fall back to the default configuration
- Returns:
- configuration constructed from the registry config space
-
handleErrorGracefully
-