Uses of Class
org.apache.synapse.libraries.imports.SynapseImport
-
Packages that use SynapseImport Package Description org.apache.synapse.config org.apache.synapse.config.xml Factories and serializers for XML based configuration.org.apache.synapse.libraries.util -
-
Uses of SynapseImport in org.apache.synapse.config
Methods in org.apache.synapse.config that return SynapseImport Modifier and Type Method Description SynapseImportSynapseConfiguration. removeSynapseImport(String name)remove the Synapse library from the synapse configurationMethods in org.apache.synapse.config that return types with arguments of type SynapseImport Modifier and Type Method Description Map<String,SynapseImport>SynapseConfiguration. getSynapseImports()Get all Synapse libraries in the Synapse configurationMethods in org.apache.synapse.config with parameters of type SynapseImport Modifier and Type Method Description voidSynapseConfiguration. addSynapseImport(String name, SynapseImport synImport)Add Synapse Import to a configuration with given name -
Uses of SynapseImport in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return SynapseImport Modifier and Type Method Description static SynapseImportSynapseImportFactory. createImport(org.apache.axiom.om.OMElement elem, Properties properties)static SynapseImportSynapseXMLConfigurationFactory. defineImport(SynapseConfiguration config, org.apache.axiom.om.OMElement elt, Properties properties)Methods in org.apache.synapse.config.xml that return types with arguments of type SynapseImport Modifier and Type Method Description Map<String,SynapseImport>MediatorFactoryFinder. getSynapseImportMap()Methods in org.apache.synapse.config.xml with parameters of type SynapseImport Modifier and Type Method Description org.apache.axiom.om.OMElementMultiXMLConfigurationSerializer. serializeImport(SynapseImport synapseImport, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)static org.apache.axiom.om.OMElementSynapseImportSerializer. serializeImport(org.apache.axiom.om.OMElement parent, SynapseImport synapseImport)static org.apache.axiom.om.OMElementSynapseImportSerializer. serializeImport(SynapseImport s)This method will implements the serialization of SynapseImport object to its configurationMethod parameters in org.apache.synapse.config.xml with type arguments of type SynapseImport Modifier and Type Method Description voidMediatorFactoryFinder. setSynapseImportMap(Map<String,SynapseImport> synapseImportMap) -
Uses of SynapseImport in org.apache.synapse.libraries.util
Methods in org.apache.synapse.libraries.util with parameters of type SynapseImport Modifier and Type Method Description static StringLibDeployerUtils. getQualifiedName(SynapseImport synImport)static voidLibDeployerUtils. loadLibArtifacts(SynapseImport synImport, Library library)
-