Uses of Class
org.apache.synapse.mediators.eip.Target
-
Packages that use Target 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 -
-
Uses of Target in org.apache.synapse.config.xml
Methods in org.apache.synapse.config.xml that return Target Modifier and Type Method Description static TargetTargetFactory. createTarget(org.apache.axiom.om.OMElement elem, Properties properties)This static method will be used to build the Target from the specified elementMethods in org.apache.synapse.config.xml with parameters of type Target Modifier and Type Method Description static org.apache.axiom.om.OMElementTargetSerializer. serializeTarget(Target target)This static method will serialize the Target object to the target elements -
Uses of Target in org.apache.synapse.mediators.eip.sample
Methods in org.apache.synapse.mediators.eip.sample that return Target Modifier and Type Method Description TargetSamplingThrottleMediator. getTarget()Methods in org.apache.synapse.mediators.eip.sample with parameters of type Target Modifier and Type Method Description voidSamplingThrottleMediator. setTarget(Target target) -
Uses of Target in org.apache.synapse.mediators.eip.splitter
Methods in org.apache.synapse.mediators.eip.splitter that return Target Modifier and Type Method Description TargetIterateMediator. getTarget()Methods in org.apache.synapse.mediators.eip.splitter that return types with arguments of type Target Modifier and Type Method Description List<Target>CloneMediator. getTargets()Methods in org.apache.synapse.mediators.eip.splitter with parameters of type Target Modifier and Type Method Description voidCloneMediator. addTarget(Target target)voidIterateMediator. setTarget(Target target)Method parameters in org.apache.synapse.mediators.eip.splitter with type arguments of type Target Modifier and Type Method Description voidCloneMediator. setTargets(List<Target> targets) -
Uses of Target in org.apache.synapse.mediators.filters.router
Methods in org.apache.synapse.mediators.filters.router that return Target Modifier and Type Method Description TargetConditionalRoute. getTarget()Methods in org.apache.synapse.mediators.filters.router with parameters of type Target Modifier and Type Method Description voidConditionalRoute. setTarget(Target target)
-