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, FEATURE_Q, log, PROP_Q, TARGET_Q
 
Constructor Summary
AnonymousListMediatorFactory()
           
 
Method Summary
static AnonymousListMediator createAnonymousListMediator(OMElement el)
          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
handleException, handleException, 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
createMediator, getTagQName
 

Constructor Detail

AnonymousListMediatorFactory

public AnonymousListMediatorFactory()
Method Detail

createAnonymousListMediator

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

Parameters:
el -
Returns:
List mediator


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