|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MediatorFactory
A mediator factory capable of creating an instance of a 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| Method Summary | |
|---|---|
Mediator |
createMediator(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 |
| Method Detail |
|---|
Mediator createMediator(OMElement elem,
Properties properties)
elem - configuration element describing the mediator propertiesproperties - bag of properties to pass in any information to the factory
QName getTagQName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||