public interface EvaluatorSerializer
Evaluator
object model in to XML configuration.| Modifier and Type | Method and Description |
|---|---|
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent,
Evaluator evaluator)
Serialze an Evaluator configuration to a XML element.
|
org.apache.axiom.om.OMElement serialize(org.apache.axiom.om.OMElement parent,
Evaluator evaluator)
throws EvaluatorException
parent - if not null the serialize element will be added to the parentevaluator - The Evaluator object to be serializedOMElement containing the configurationEvaluatorException - if an error
occurs while serializingCopyright © 2005-2017 Apache Software Foundation. All Rights Reserved.