Package | Description |
---|---|
org.apache.synapse.config.xml |
Factories and serializers for XML based configuration.
|
org.apache.synapse.mediators.eip.sample | |
org.apache.synapse.mediators.eip.splitter | |
org.apache.synapse.mediators.filters.router |
Modifier and Type | Method and Description |
---|---|
static Target |
TargetFactory.createTarget(org.apache.axiom.om.OMElement elem,
Properties properties)
This static method will be used to build the Target from the specified element
|
Modifier and Type | Method and Description |
---|---|
static org.apache.axiom.om.OMElement |
TargetSerializer.serializeTarget(Target target)
This static method will serialize the Target object to the target elements
|
Modifier and Type | Method and Description |
---|---|
Target |
SamplingThrottleMediator.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
SamplingThrottleMediator.setTarget(Target target) |
Modifier and Type | Method and Description |
---|---|
Target |
IterateMediator.getTarget() |
Modifier and Type | Method and Description |
---|---|
List<Target> |
CloneMediator.getTargets() |
Modifier and Type | Method and Description |
---|---|
void |
CloneMediator.addTarget(Target target) |
void |
IterateMediator.setTarget(Target target) |
Modifier and Type | Method and Description |
---|---|
void |
CloneMediator.setTargets(List<Target> targets) |
Modifier and Type | Method and Description |
---|---|
Target |
ConditionalRoute.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalRoute.setTarget(Target target) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.