Uses of Interface
org.wso2.carbon.mediator.service.MediatorService
-
Packages that use MediatorService Package Description org.wso2.carbon.mediator.service org.wso2.carbon.mediator.service.builtin -
-
Uses of MediatorService in org.wso2.carbon.mediator.service
Classes in org.wso2.carbon.mediator.service that implement MediatorService Modifier and Type Class Description class
AbstractMediatorService
Abstract implementation of theMediatorService
Methods in org.wso2.carbon.mediator.service that return MediatorService Modifier and Type Method Description MediatorService
MediatorStore. getMediatorService(String mediatorName)
Retrieves theMediatorService
with the givenmediatorName
MediatorService
MediatorStore. getMediatorService(org.apache.axiom.om.OMElement element)
Helper method for retrieving theMediatorService
by looking at the given serialized mediator elementMethods in org.wso2.carbon.mediator.service that return types with arguments of type MediatorService Modifier and Type Method Description Collection<MediatorService>
MediatorStore. getRegisteredMediators()
Retrieves the registeredMediatorService
collectionMethods in org.wso2.carbon.mediator.service with parameters of type MediatorService Modifier and Type Method Description protected void
MediatorListener. addMediatorService(MediatorService mediatorService)
void
MediatorStore. registerMediator(String mediatorName, MediatorService mediatorService)
Registers aMediatorService
with the storeprotected void
MediatorListener. removeMediatorService(MediatorService mediatorService)
-
Uses of MediatorService in org.wso2.carbon.mediator.service.builtin
Classes in org.wso2.carbon.mediator.service.builtin that implement MediatorService Modifier and Type Class Description class
SequenceMediatorService
class
UILessMediatorService
-