public interface ListMediator extends Mediator
Modifier and Type | Method and Description |
---|---|
void |
addChild(Mediator mediator)
Add the child to this mediator
|
Mediator |
getChild(int pos)
Get the child from the position
|
List<Mediator> |
getList()
Get the child list of mediators
|
Mediator |
removeChild(int pos)
Remove a child from this position
|
boolean |
removeChild(Mediator mediator)
Remove this child
|
build, disableStatistics, enableStatistics, getTagLocalName, getTraceState, isAuditConfigurable, isStatisticsEnable, serialize, setTraceState
Mediator getChild(int pos)
pos
- position of the childMediator removeChild(int pos)
pos
- position of the childboolean removeChild(Mediator mediator)
mediator
- mediator to be removedvoid addChild(Mediator mediator)
mediator
- child mediator to be addedCopyright © 2017 WSO2. All rights reserved.