Class MatchSerializer
java.lang.Object
org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
org.apache.synapse.commons.evaluators.config.MatchSerializer
- All Implemented Interfaces:
EvaluatorSerializer
Serialize the
MatchEvaluator to the XML configuration defined in
the MatchFactory.-
Field Summary
Fields inherited from class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
fac, log, nullNS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.synapse.commons.evaluators.config.TextProcessingEvaluatorSerializer
serializeSourceTextRetrieverMethods inherited from class org.apache.synapse.commons.evaluators.config.AbstractEvaluatorSerializer
serializeChild, serializeChildren
-
Constructor Details
-
MatchSerializer
public MatchSerializer()
-
-
Method Details
-
serialize
public org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent, Evaluator evaluator) throws EvaluatorException Description copied from interface:EvaluatorSerializerSerialze an Evaluator configuration to a XML element.- Parameters:
parent- if not null the serialize element will be added to the parentevaluator- TheEvaluatorobject to be serialized- Returns:
OMElementcontaining the configuration- Throws:
EvaluatorException- if an error occurs while serializing
-