org.apache.synapse.commons.evaluators.config
Class OrSerializer
java.lang.Object
org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
org.apache.synapse.commons.evaluators.config.OrSerializer
- All Implemented Interfaces:
- EvaluatorSerializer
public class OrSerializer
- extends AbstractEvaluatorSerializer
Serialize the OrEvaluator to the XML configuration defined in
the OrFactory.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrSerializer
public OrSerializer()
serialize
public OMElement serialize(OMElement parent,
Evaluator evaluator)
throws EvaluatorException
- Description copied from interface:
EvaluatorSerializer
- Serialze an Evaluator configuration to a XML element.
- Parameters:
parent - if not null the serialize element will be added to the parentevaluator - The Evaluator object to be serialized
- Returns:
OMElement containing the configuration
- Throws:
EvaluatorException - if an error
occurs while serializing
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.