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 voidStatisticSynapseConfigurationObserver. synapseLibraryAdded(Library library)voidStatisticSynapseConfigurationObserver. 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 LibrarySynapseConfiguration. getDeployedLib(String name)LibrarySynapseConfiguration. 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 voidSynapseConfiguration. addNewDeployedLib(String name, Library library)voidSynapseConfiguration. addSynapseLibrary(String name, Library library)Add Synapse library to configuration with given namevoidAbstractSynapseObserver. synapseLibraryAdded(Library library)voidSynapseObserver. synapseLibraryAdded(Library library)Event fired when a library is added to the configurationvoidAbstractSynapseObserver. synapseLibraryRemoved(Library library)voidSynapseObserver. 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 EntrySynapseXMLConfigurationFactory. 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 voidMediatorFactoryFinder. 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 classSynapseLibrary -
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 LibraryLibDeployerUtils. createSynapseLibrary(String libPath)Methods in org.apache.synapse.libraries.util with parameters of type Library Modifier and Type Method Description static voidLibDeployerUtils. deployingLocalEntries(Library library, SynapseConfiguration config)static voidLibDeployerUtils. 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> TLibDeployerUtils. getLibArtifact(Map<String,Library> librarySet, String key, Class<T> type)
-