org.apache.synapse.config.xml
Class AbstractListMediatorFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.AbstractMediatorFactory
      extended by 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_EXPRN, 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, TARGET_Q
 
Constructor Summary
AbstractListMediatorFactory()
           
 
Method Summary
protected static void addChildren(OMElement el, ListMediator m, Properties properties)
           
 
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorFactory
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
 

Constructor Detail

AbstractListMediatorFactory

public AbstractListMediatorFactory()
Method Detail

addChildren

protected static void addChildren(OMElement el,
                                  ListMediator m,
                                  Properties properties)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.