Package | Description |
---|---|
org.apache.synapse.commons.executors.config | |
org.apache.synapse.config | |
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.transport.nhttp |
Modifier and Type | Method and Description |
---|---|
static PriorityExecutor |
PriorityExecutorFactory.createExecutor(String namespace,
org.apache.axiom.om.OMElement e,
boolean requireName,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
PriorityExecutorSerializer.serialize(org.apache.axiom.om.OMElement parent,
PriorityExecutor executor,
String namespace) |
Modifier and Type | Method and Description |
---|---|
PriorityExecutor |
SynapseConfiguration.removeExecutor(String name)
Removes an executor from the configuration
|
Modifier and Type | Method and Description |
---|---|
Map<String,PriorityExecutor> |
SynapseConfiguration.getPriorityExecutors()
Get the executors map
|
Modifier and Type | Method and Description |
---|---|
void |
SynapseConfiguration.addPriorityExecutor(String name,
PriorityExecutor executor)
Add an executor
|
void |
SynapseObserver.priorityExecutorAdded(PriorityExecutor exec)
Event fired when a priority executor is added to the configuration
|
void |
AbstractSynapseObserver.priorityExecutorAdded(PriorityExecutor exec) |
void |
SynapseObserver.priorityExecutorRemoved(PriorityExecutor exec)
Event fired when a priority executor is removed from the configuration
|
void |
AbstractSynapseObserver.priorityExecutorRemoved(PriorityExecutor exec) |
void |
SynapseConfiguration.updatePriorityExecutor(String name,
PriorityExecutor executor) |
Modifier and Type | Method and Description |
---|---|
static PriorityExecutor |
SynapseXMLConfigurationFactory.defineExecutor(SynapseConfiguration config,
org.apache.axiom.om.OMElement elem,
Properties properties) |
Modifier and Type | Method and Description |
---|---|
org.apache.axiom.om.OMElement |
MultiXMLConfigurationSerializer.serializeExecutor(PriorityExecutor source,
SynapseConfiguration synapseConfig,
org.apache.axiom.om.OMElement parent) |
Modifier and Type | Method and Description |
---|---|
PriorityExecutor |
ListenerContext.getExecutor() |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.