Uses of Interface
org.wso2.carbon.mediator.service.ui.Mediator
-
Packages that use Mediator Package Description org.wso2.carbon.mediator.service org.wso2.carbon.mediator.service.builtin org.wso2.carbon.mediator.service.ui -
-
Uses of Mediator in org.wso2.carbon.mediator.service
Methods in org.wso2.carbon.mediator.service that return Mediator Modifier and Type Method Description Mediator
MediatorService. getMediator()
Retrieves a default new mediator instances of the representing mediator. -
Uses of Mediator in org.wso2.carbon.mediator.service.builtin
Classes in org.wso2.carbon.mediator.service.builtin that implement Mediator Modifier and Type Class Description class
CommentMediator
Comment Mediator handles comment nodes in Synapse Configurationsclass
SequenceMediator
This class represents a sequence mediator.class
UILessMediator
Methods in org.wso2.carbon.mediator.service.builtin that return Mediator Modifier and Type Method Description Mediator
SequenceMediatorService. getMediator()
Mediator
UILessMediatorService. getMediator()
-
Uses of Mediator in org.wso2.carbon.mediator.service.ui
Subinterfaces of Mediator in org.wso2.carbon.mediator.service.ui Modifier and Type Interface Description interface
ListMediator
Defines a mediator with child mediators within its configurationClasses in org.wso2.carbon.mediator.service.ui that implement Mediator Modifier and Type Class Description class
AbstractListMediator
class
AbstractMediator
Fields in org.wso2.carbon.mediator.service.ui with type parameters of type Mediator Modifier and Type Field Description protected List<Mediator>
AbstractListMediator. mediators
Methods in org.wso2.carbon.mediator.service.ui that return Mediator Modifier and Type Method Description Mediator
AbstractListMediator. getChild(int pos)
Mediator
ListMediator. getChild(int pos)
Get the child from the positionMediator
AbstractListMediator. removeChild(int pos)
Mediator
ListMediator. removeChild(int pos)
Remove a child from this positionMethods in org.wso2.carbon.mediator.service.ui that return types with arguments of type Mediator Modifier and Type Method Description List<Mediator>
AbstractListMediator. getList()
List<Mediator>
ListMediator. getList()
Get the child list of mediatorsMethods in org.wso2.carbon.mediator.service.ui with parameters of type Mediator Modifier and Type Method Description void
AbstractListMediator. addChild(Mediator mediator)
void
ListMediator. addChild(Mediator mediator)
Add the child to this mediatorprotected void
AbstractMediator. processAuditStatus(Mediator mediator, org.apache.axiom.om.OMElement mediatorOmElement)
boolean
AbstractListMediator. removeChild(Mediator mediator)
boolean
ListMediator. removeChild(Mediator mediator)
Remove this childprotected static void
AbstractMediator. saveTracingState(org.apache.axiom.om.OMElement mediatorOmElement, Mediator mediator)
Method parameters in org.wso2.carbon.mediator.service.ui with type arguments of type Mediator Modifier and Type Method Description protected void
AbstractListMediator. serializeChildren(org.apache.axiom.om.OMElement parent, List<Mediator> list)
-