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,
Properties properties)
Creates an instance of the mediator using the OMElement
|
QName |
getTagQName()
The QName of this mediator element in the XML config
|
Mediator createMediator(org.apache.axiom.om.OMElement elem, Properties properties)
elem - configuration element describing the mediator propertiesproperties - bag of properties to pass in any information to the factoryQName getTagQName()
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.