Class AbstractEvaluatorSerializer
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
-
- All Implemented Interfaces:
EvaluatorSerializer
- Direct Known Subclasses:
AndSerializer
,NotSerializer
,OrSerializer
,TextProcessingEvaluatorSerializer
public abstract class AbstractEvaluatorSerializer extends Object implements EvaluatorSerializer
Provide common methods forEvaluatorSerializer
implementations
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractEvaluatorSerializer()
A constructor that makes subclasses pick up the correct logger
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
serializeChild(org.apache.axiom.om.OMElement parenet, Evaluator child)
protected void
serializeChildren(org.apache.axiom.om.OMElement parent, Evaluator[] childEvaluators)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.synapse.commons.evaluators.config.EvaluatorSerializer
serialize
-
-
-
-
Method Detail
-
serializeChildren
protected void serializeChildren(org.apache.axiom.om.OMElement parent, Evaluator[] childEvaluators) throws EvaluatorException
- Throws:
EvaluatorException
-
serializeChild
protected void serializeChild(org.apache.axiom.om.OMElement parenet, Evaluator child) throws EvaluatorException
- Throws:
EvaluatorException
-
-