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, serializePropertiespublic String getMediatorClassName()
MediatorSerializerprotected org.apache.axiom.om.OMElement serializeSpecificMediator(Mediator m)
AbstractMediatorSerializerMediator by the given XML configurationserializeSpecificMediator in class AbstractMediatorSerializerm - mediator to be serializedCopyright © 2005–2024 Apache Software Foundation. All rights reserved.