Package | Description |
---|---|
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.libraries.util |
Modifier and Type | Method and Description |
---|---|
SynapseImport |
SynapseConfiguration.removeSynapseImport(String name)
remove the Synapse library from the synapse configuration
|
Modifier and Type | Method and Description |
---|---|
Map<String,SynapseImport> |
SynapseConfiguration.getSynapseImports()
Get all Synapse libraries in the Synapse configuration
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addSynapseImport(String name,
SynapseImport synImport)
Add Synapse Import to a configuration with given name
|
Modifier and Type | Method and Description |
---|---|
static SynapseImport |
SynapseImportFactory.createImport(org.apache.axiom.om.OMElement elem,
Properties properties) |
static SynapseImport |
SynapseXMLConfigurationFactory.defineImport(SynapseConfiguration config,
org.apache.axiom.om.OMElement elt,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
SynapseImportSerializer.serializeImport(SynapseImport synapseImport)
This method will implements the serialization of SynapseImport object to its configuration
|
Modifier and Type | Method and Description |
---|---|
static String |
LibDeployerUtils.getQualifiedName(SynapseImport synImport) |
static void |
LibDeployerUtils.loadLibArtifacts(SynapseImport synImport,
Library library) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.