org.apache.synapse.config.xml
Class FilterMediatorFactory

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.FilterMediatorFactory
All Implemented Interfaces:
MediatorFactory

public class FilterMediatorFactory
extends AbstractListMediatorFactory

Creates a filter mediator instance

 <filter (source="xpath" regex="string") | xpath="xpath">
   mediator+
 </filter>
 


Constructor Summary
FilterMediatorFactory()
           
 
Method Summary
 Mediator createMediator(org.apache.axiom.om.OMElement elem)
          Creates an instance of the mediator using the OMElement
 javax.xml.namespace.QName getTagQName()
          The QName of this mediator element in the XML config
 
Methods inherited from class org.apache.synapse.config.xml.AbstractListMediatorFactory
addChildren
 
Methods inherited from class org.apache.synapse.config.xml.AbstractMediatorFactory
initMediator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FilterMediatorFactory

public FilterMediatorFactory()
Method Detail

createMediator

public Mediator createMediator(org.apache.axiom.om.OMElement elem)
Description copied from interface: MediatorFactory
Creates an instance of the mediator using the OMElement

Returns:
the created mediator

getTagQName

public javax.xml.namespace.QName getTagQName()
Description copied from interface: MediatorFactory
The QName of this mediator element in the XML config

Returns:
QName of the mediator element


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