Package | Description |
---|---|
org.apache.synapse.config | |
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 | 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.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.