public interface MediatorFactory
Mediator
through a given XML should implement this interface
It is recommended to extend the abstract class
AbstractMediatorFactory
or the
AbstractListMediatorFactory
instead of
implementing this interface
Mediator
,
AbstractMediatorFactory
Modifier and Type | Method and Description |
---|---|
Mediator |
createMediator(org.apache.axiom.om.OMElement elem,
java.util.Properties properties)
Creates an instance of the mediator using the OMElement
|
javax.xml.namespace.QName |
getTagQName()
The QName of this mediator element in the XML config
|
Mediator createMediator(org.apache.axiom.om.OMElement elem, java.util.Properties properties)
elem
- configuration element describing the mediator propertiesproperties
- bag of properties to pass in any information to the factoryjavax.xml.namespace.QName getTagQName()
Copyright © 2005-2022 Apache Software Foundation. All Rights Reserved.