Package | Description |
---|---|
org.wso2.carbon.mediator.service | |
org.wso2.carbon.mediator.service.builtin | |
org.wso2.carbon.mediator.service.ui |
Modifier and Type | Method and Description |
---|---|
Mediator |
MediatorService.getMediator()
Retrieves a default new mediator instances of the representing mediator.
|
Modifier and Type | Class and Description |
---|---|
class |
CommentMediator
Comment Mediator handles comment nodes in Synapse Configurations
|
class |
SequenceMediator
This class represents a sequence mediator.
|
class |
UILessMediator |
Modifier and Type | Method and Description |
---|---|
Mediator |
UILessMediatorService.getMediator() |
Mediator |
SequenceMediatorService.getMediator() |
Modifier and Type | Interface and Description |
---|---|
interface |
ListMediator
Defines a mediator with child mediators within its configuration
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractListMediator |
class |
AbstractMediator |
Modifier and Type | Field and Description |
---|---|
protected List<Mediator> |
AbstractListMediator.mediators |
Modifier and Type | Method and Description |
---|---|
Mediator |
AbstractListMediator.getChild(int pos) |
Mediator |
ListMediator.getChild(int pos)
Get the child from the position
|
Mediator |
AbstractListMediator.removeChild(int pos) |
Mediator |
ListMediator.removeChild(int pos)
Remove a child from this position
|
Modifier and Type | Method and Description |
---|---|
List<Mediator> |
AbstractListMediator.getList() |
List<Mediator> |
ListMediator.getList()
Get the child list of mediators
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractListMediator.addChild(Mediator mediator) |
void |
ListMediator.addChild(Mediator mediator)
Add the child to this mediator
|
protected void |
AbstractMediator.processAuditStatus(Mediator mediator,
org.apache.axiom.om.OMElement mediatorOmElement) |
boolean |
AbstractListMediator.removeChild(Mediator mediator) |
boolean |
ListMediator.removeChild(Mediator mediator)
Remove this child
|
protected static void |
AbstractMediator.saveTracingState(org.apache.axiom.om.OMElement mediatorOmElement,
Mediator mediator) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractListMediator.serializeChildren(org.apache.axiom.om.OMElement parent,
List<Mediator> list) |
Copyright © 2019 WSO2. All rights reserved.