Uses of Class
org.apache.synapse.config.Entry
-
Packages that use Entry 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.registry org.apache.synapse.registry.url -
-
Uses of Entry in org.apache.synapse.aspects.flow.statistics
Methods in org.apache.synapse.aspects.flow.statistics with parameters of type Entry Modifier and Type Method Description voidStatisticSynapseConfigurationObserver. entryAdded(Entry entry)voidStatisticSynapseConfigurationObserver. entryRemoved(Entry entry) -
Uses of Entry in org.apache.synapse.config
Methods in org.apache.synapse.config that return Entry Modifier and Type Method Description EntrySynapseConfiguration. getEntryDefinition(String key)Get the Entry object mapped to the given keyMethods in org.apache.synapse.config that return types with arguments of type Entry Modifier and Type Method Description Map<String,Entry>SynapseConfiguration. getCachedEntries()Gives the set of remote entries that are cached in localRegistry as mapping of entry key to the Entry definitionMap<String,Entry>SynapseConfiguration. getDefinedEntries()Returns the map of defined entries in the configuration excluding the fetched entries from remote registry.Methods in org.apache.synapse.config with parameters of type Entry Modifier and Type Method Description voidSynapseConfiguration. addEndpoint(String key, Entry entry)Deprecated.voidSynapseConfiguration. addEntry(String key, Entry entry)Define a resource to the local registry.voidSynapseConfiguration. addSequence(String key, Entry entry)Deprecated.voidAbstractSynapseObserver. entryAdded(Entry entry)voidSynapseObserver. entryAdded(Entry entry)Event fired when an entry is added to the configurationvoidAbstractSynapseObserver. entryRemoved(Entry entry)voidSynapseObserver. entryRemoved(Entry entry)Event fired when an entry is removed from the configurationvoidSynapseConfiguration. updateEntry(String key, Entry entry) -
Uses of Entry in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Entry Modifier and Type Method Description static EntryEntryFactory. createEntry(org.apache.axiom.om.OMElement elem, Properties properties)EntryIEntryFactory. createEntry(org.apache.axiom.om.OMElement elem)static EntrySynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)static EntrySynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties, Library library)Methods in org.apache.synapse.config.xml with parameters of type Entry Modifier and Type Method Description static org.apache.axiom.om.OMElementEntrySerializer. serializeEntry(Entry entry, org.apache.axiom.om.OMElement parent)Serialize the Entry object to an OMElement representing the entryorg.apache.axiom.om.OMElementIEntrySerializer. serializeEntry(Entry entry, org.apache.axiom.om.OMElement parent) -
Uses of Entry in org.apache.synapse.registry
Methods in org.apache.synapse.registry with parameters of type Entry Modifier and Type Method Description org.apache.axiom.om.OMElementAbstractRegistry. getFormat(Entry entry)org.apache.axiom.om.OMElementRegistry. getFormat(Entry entry)ObjectAbstractRegistry. getResource(Entry entry, Properties properties)Get the resource for the given key from this registryObjectRegistry. getResource(Entry entry, Properties properties)This is the publicly used interface to the registry. -
Uses of Entry in org.apache.synapse.registry.url
Methods in org.apache.synapse.registry.url with parameters of type Entry Modifier and Type Method Description org.apache.axiom.om.OMElementSimpleURLRegistry. getFormat(Entry entry)
-