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 void
StatisticSynapseConfigurationObserver. entryAdded(Entry entry)
void
StatisticSynapseConfigurationObserver. 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 Entry
SynapseConfiguration. 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 void
SynapseConfiguration. addEndpoint(String key, Entry entry)
Deprecated.void
SynapseConfiguration. addEntry(String key, Entry entry)
Define a resource to the local registry.void
SynapseConfiguration. addSequence(String key, Entry entry)
Deprecated.void
AbstractSynapseObserver. entryAdded(Entry entry)
void
SynapseObserver. entryAdded(Entry entry)
Event fired when an entry is added to the configurationvoid
AbstractSynapseObserver. entryRemoved(Entry entry)
void
SynapseObserver. entryRemoved(Entry entry)
Event fired when an entry is removed from the configurationvoid
SynapseConfiguration. 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 Entry
EntryFactory. createEntry(org.apache.axiom.om.OMElement elem, Properties properties)
Entry
IEntryFactory. createEntry(org.apache.axiom.om.OMElement elem)
static Entry
SynapseXMLConfigurationFactory. defineEntry(SynapseConfiguration config, org.apache.axiom.om.OMElement elem, Properties properties)
static Entry
SynapseXMLConfigurationFactory. 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.OMElement
EntrySerializer. serializeEntry(Entry entry, org.apache.axiom.om.OMElement parent)
Serialize the Entry object to an OMElement representing the entryorg.apache.axiom.om.OMElement
IEntrySerializer. 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.OMElement
AbstractRegistry. getFormat(Entry entry)
org.apache.axiom.om.OMElement
Registry. getFormat(Entry entry)
Object
AbstractRegistry. getResource(Entry entry, Properties properties)
Get the resource for the given key from this registryObject
Registry. 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.OMElement
SimpleURLRegistry. getFormat(Entry entry)
-