org.apache.synapse.config.xml
Class AnonymousListMediatorFactory

java.lang.Object
  extended by org.apache.synapse.config.xml.AbstractMediatorFactory
      extended by org.apache.synapse.config.xml.AbstractListMediatorFactory
          extended by org.apache.synapse.config.xml.AnonymousListMediatorFactory
All Implemented Interfaces:
MediatorFactory

public abstract class AnonymousListMediatorFactory
extends AbstractListMediatorFactory

This is factory for creating an anonymous list mediator(an unnamed list of mediators )


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
AnonymousListMediatorFactory()
           
 
Method Summary
static AnonymousListMediator createAnonymousListMediator(OMElement el, Properties properties)
          To create an anonymous list mediator form OMElement
 
Methods inherited from class org.apache.synapse.config.xml.AbstractListMediatorFactory
addChildren
 
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

AnonymousListMediatorFactory

public AnonymousListMediatorFactory()
Method Detail

createAnonymousListMediator

public static AnonymousListMediator createAnonymousListMediator(OMElement el,
                                                                Properties properties)
To create an anonymous list mediator form OMElement

Parameters:
el -
properties - bag of properties with additional information
Returns:
List mediator


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