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 SynapseImport
SynapseConfiguration. 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 void
SynapseConfiguration. 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 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)
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.OMElement
MultiXMLConfigurationSerializer. serializeImport(SynapseImport synapseImport, SynapseConfiguration synapseConfig, org.apache.axiom.om.OMElement parent)
static org.apache.axiom.om.OMElement
SynapseImportSerializer. serializeImport(org.apache.axiom.om.OMElement parent, SynapseImport synapseImport)
static org.apache.axiom.om.OMElement
SynapseImportSerializer. 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 void
MediatorFactoryFinder. 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 String
LibDeployerUtils. getQualifiedName(SynapseImport synImport)
static void
LibDeployerUtils. loadLibArtifacts(SynapseImport synImport, Library library)
-