org.apache.synapse.config.xml
Class LogMediatorFactory

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

public class LogMediatorFactory
extends AbstractMediatorFactory

Created a Log mediator that logs messages using commons-logging.

 <log [level="simple|headers|full|custom"]>
      <property> *
 </log>
 


Constructor Summary
LogMediatorFactory()
           
 
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.AbstractMediatorFactory
initMediator
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogMediatorFactory

public LogMediatorFactory()
Method Detail

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

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


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