Package org.apache.synapse.config.xml
Class AbstractListMediatorFactory
- java.lang.Object
-
- org.apache.synapse.config.xml.AbstractMediatorFactory
-
- org.apache.synapse.config.xml.AbstractListMediatorFactory
-
- All Implemented Interfaces:
MediatorFactory
- Direct Known Subclasses:
AnonymousListMediatorFactory
,FilterMediatorFactory
,InMediatorFactory
,OutMediatorFactory
,SequenceMediatorFactory
,SynapseMediatorFactory
,TemplateMediatorFactory
,ValidateMediatorFactory
public abstract class AbstractListMediatorFactory extends AbstractMediatorFactory
This implements the basic logic to build a list mediator from a given XML configuration. It recursively builds the child mediators of the list.
-
-
Field Summary
-
Fields inherited from class org.apache.synapse.config.xml.AbstractMediatorFactory
ATT_DEFAULT_VALUE, ATT_DESCRIPTION, ATT_EVAL, ATT_EXPRN, ATT_IS_MANDATORY, ATT_KEY, ATT_NAME, ATT_ONERROR, ATT_REGEX, ATT_SEQUENCE, ATT_SOURCE, ATT_STATS, ATT_TARGET, ATT_VALUE, ATT_XPATH, DESCRIPTION_Q, FEATURE_Q, PROP_Q, PROPERTY_GROUP_Q, TARGET_Q
-
-
Constructor Summary
Constructors Constructor Description AbstractListMediatorFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static void
addAllCommentChildrenToMediator(org.apache.axiom.om.OMElement el, ListMediator m)
Find and add all comment nodes to the parent mediator as Comment Mediatorsprotected static void
addChildren(org.apache.axiom.om.OMElement el, ListMediator m, Properties properties)
-
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorFactory
addAllCommentChildrenToList, collectNameValuePairs, createMediator, createSpecificMediator, handleException, handleException, processAuditStatus, processTraceState
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.synapse.config.xml.MediatorFactory
getTagQName
-
-
-
-
Method Detail
-
addChildren
protected static void addChildren(org.apache.axiom.om.OMElement el, ListMediator m, Properties properties)
-
addAllCommentChildrenToMediator
protected static void addAllCommentChildrenToMediator(org.apache.axiom.om.OMElement el, ListMediator m)
Find and add all comment nodes to the parent mediator as Comment Mediators- Parameters:
el
- OMElement to extract OMComment Nodesm
- Mediator to be updated with extracted OMComment nodes
-
-