|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EvaluatorSerializer
This interface should be implemented by the classes to serialize the Evaluator
object model in to XML configuration.
| Method Summary | |
|---|---|
org.apache.axiom.om.OMElement |
serialize(org.apache.axiom.om.OMElement parent,
Evaluator evaluator)
Serialze an Evaluator configuration to a XML element. |
| Method Detail |
|---|
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 serialized
OMElement containing the configuration
EvaluatorException - if an error
occurs while serializing
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||