Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.libraries.model | |
org.apache.synapse.libraries.util |
Modifier and Type | Method and Description |
---|---|
Library |
SynapseConfiguration.removeSynapseLibrary(String name)
remove the Synapse library from the synapse configuration
|
Modifier and Type | Method and Description |
---|---|
Map<String,Library> |
SynapseConfiguration.getSynapseLibraries()
Get all Synapse libraries in the Synapse configuration
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addSynapseLibrary(String name,
Library library)
Add Synapse library to configuration with given name
|
Modifier and Type | Method and Description |
---|---|
Map<String,Library> |
MediatorFactoryFinder.getSynapseLibraryMap() |
Modifier and Type | Method and Description |
---|---|
static Entry |
SynapseXMLConfigurationFactory.defineEntry(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties,
Library library) |
Modifier and Type | Method and Description |
---|---|
void |
MediatorFactoryFinder.setSynapseLibraryMap(Map<String,Library> synapseLibraryMap) |
Modifier and Type | Class and Description |
---|---|
class |
SynapseLibrary |
Modifier and Type | Method and Description |
---|---|
static Library |
LibDeployerUtils.createSynapseLibrary(String libPath) |
Modifier and Type | Method and Description |
---|---|
static void |
LibDeployerUtils.deployingLocalEntries(Library library,
SynapseConfiguration config) |
static void |
LibDeployerUtils.loadLibArtifacts(SynapseImport synImport,
Library library) |
Modifier and Type | Method and Description |
---|---|
static <T> T |
LibDeployerUtils.getLibArtifact(Map<String,Library> librarySet,
String key,
Class<T> type) |
Copyright © 2005–2017 Apache Software Foundation. All rights reserved.