Class AndSerializer
- java.lang.Object
-
- org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
-
- org.apache.synapse.commons.evaluators.config.AndSerializer
-
- All Implemented Interfaces:
EvaluatorSerializer
public class AndSerializer extends AbstractEvaluatorSerializer
Serialize theAndEvaluator
to the XML configuration defined in theAndFactory
.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
fac, log, nullNS
-
-
Constructor Summary
Constructors Constructor Description AndSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.axiom.om.OMElement
serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator)
Serialze an Evaluator configuration to a XML element.-
Methods inherited from class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
serializeChild, serializeChildren
-
-
-
-
Method Detail
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.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
- TheEvaluator
object to be serialized- Returns:
OMElement
containing the configuration- Throws:
EvaluatorException
- if an error occurs while serializing
-
-