Uses of Interface
org.apache.synapse.libraries.model.Library
-
Packages that use Library Package Description org.apache.synapse.aspects.flow.statistics 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 -
-
Uses of Library in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type Library Modifier and Type Method Description void
StatisticSynapseConfigurationObserver. synapseLibraryAdded(Library library)
void
StatisticSynapseConfigurationObserver. synapseLibraryRemoved(Library library)
-
Uses of Library in org.apache.synapse.config
Methods in org.apache.synapse.config that return Library Modifier and Type Method Description static Library
SynapseConfiguration. getDeployedLib(String name)
Library
SynapseConfiguration. removeSynapseLibrary(String name)
remove the Synapse library from the synapse configurationMethods in org.apache.synapse.config that return types with arguments of type Library Modifier and Type Method Description Map<String,Library>
SynapseConfiguration. getSynapseLibraries()
Get all Synapse libraries in the Synapse configurationMethods in org.apache.synapse.config with parameters of type Library Modifier and Type Method Description static void
SynapseConfiguration. addNewDeployedLib(String name, Library library)
void
SynapseConfiguration. addSynapseLibrary(String name, Library library)
Add Synapse library to configuration with given namevoid
AbstractSynapseObserver. synapseLibraryAdded(Library library)
void
SynapseObserver. synapseLibraryAdded(Library library)
Event fired when a library is added to the configurationvoid
AbstractSynapseObserver. synapseLibraryRemoved(Library library)
void
SynapseObserver. synapseLibraryRemoved(Library library)
Event fired when a library is removed from the configuration -
Uses of Library in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return types with arguments of type Library Modifier and Type Method Description Map<String,Library>
MediatorFactoryFinder. getSynapseLibraryMap()
Methods in org.apache.synapse.config.xml with parameters of type Library Modifier and Type Method Description static Entry
SynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, Library library)
Method parameters in org.apache.synapse.config.xml with type arguments of type Library Modifier and Type Method Description void
MediatorFactoryFinder. setSynapseLibraryMap(Map<String,Library> synapseLibraryMap)
-
Uses of Library in org.apache.synapse.libraries.model
Classes in org.apache.synapse.libraries.model that implement Library Modifier and Type Class Description class
SynapseLibrary
-
Uses of Library in org.apache.synapse.libraries.util
Methods in org.apache.synapse.libraries.util that return Library Modifier and Type Method Description static Library
LibDeployerUtils. createSynapseLibrary(String libPath)
Methods in org.apache.synapse.libraries.util with parameters of type Library Modifier and Type Method Description static void
LibDeployerUtils. deployingLocalEntries(Library library, SynapseConfiguration config)
static void
LibDeployerUtils. loadLibArtifacts(SynapseImport synImport, Library library)
Method parameters in org.apache.synapse.libraries.util with type arguments of type Library Modifier and Type Method Description static <T> T
LibDeployerUtils. getLibArtifact(Map<String,Library> librarySet, String key, Class<T> type)
-