Class AbstractEvaluatorSerializer
java.lang.Object
org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
- All Implemented Interfaces:
EvaluatorSerializer
- Direct Known Subclasses:
AndSerializer,NotSerializer,OrSerializer,TextProcessingEvaluatorSerializer
Provide common methods for
EvaluatorSerializer implementations-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedA constructor that makes subclasses pick up the correct logger -
Method Summary
Modifier and TypeMethodDescriptionprotected voidserializeChild(org.apache.axiom.om.OMElement parenet, Evaluator child) protected voidserializeChildren(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, waitMethods inherited from interface org.apache.synapse.commons.evaluators.config.EvaluatorSerializer
serialize
-
Field Details
-
log
protected org.apache.commons.logging.Log log -
fac
protected static final org.apache.axiom.om.OMFactory fac -
nullNS
protected static final org.apache.axiom.om.OMNamespace nullNS
-
-
Constructor Details
-
AbstractEvaluatorSerializer
protected AbstractEvaluatorSerializer()A constructor that makes subclasses pick up the correct logger
-
-
Method Details
-
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
-