org.apache.synapse.commons.evaluators.config
Class ConditionFactory

java.lang.Object
  extended by org.apache.synapse.commons.evaluators.config.ConditionFactory

public class ConditionFactory
extends Object

This factory creates a Condition using the following XML configuration.

 <condition priority="priority value as an integer">
           one evaluator, this evaluator can contain other evaluators
 </condition>


Constructor Summary
ConditionFactory()
           
 
Method Summary
 Condition createCondition(OMElement ruleElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionFactory

public ConditionFactory()
Method Detail

createCondition

public Condition createCondition(OMElement ruleElement)
                          throws EvaluatorException
Throws:
EvaluatorException


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.