public class ForEachMediatorSerializer extends AbstractMediatorSerializer
Serialize for each mediator as below :
<foreach expression="xpath|jsonpath" [sequence="sequence_ref"] [id="foreach_id"] > <sequence> (mediator)+ </sequence>? </foreach>
DESCRIPTION_Q, fac, log, nullNS, PROP_Q, synNS
Constructor and Description |
---|
ForEachMediatorSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getMediatorClassName()
Return the class name of the mediator which can be serialized
|
protected org.apache.axiom.om.OMElement |
serializeSpecificMediator(Mediator m)
Specific mediator factory implementations should implement this method to build the
Mediator by the given XML configuration |
handleException, handleException, saveTracingState, serializeComments, serializeComments, serializeMediator, serializeMediatorProperties, serializeMediatorProperties, serializeNamespaces, serializeProperties
public String getMediatorClassName()
MediatorSerializer
protected org.apache.axiom.om.OMElement serializeSpecificMediator(Mediator m)
AbstractMediatorSerializer
Mediator
by the given XML configurationserializeSpecificMediator
in class AbstractMediatorSerializer
m
- mediator to be serializedCopyright © 2005–2020 Apache Software Foundation. All rights reserved.