Package | Description |
---|---|
org.wso2.carbon.mediator.service | |
org.wso2.carbon.mediator.service.builtin |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMediatorService
Abstract implementation of the
MediatorService |
Modifier and Type | Method and Description |
---|---|
MediatorService |
MediatorStore.getMediatorService(org.apache.axiom.om.OMElement element)
Helper method for retrieving the
MediatorService
by looking at the given serialized mediator element |
MediatorService |
MediatorStore.getMediatorService(String mediatorName)
Retrieves the
MediatorService with
the given mediatorName |
Modifier and Type | Method and Description |
---|---|
Collection<MediatorService> |
MediatorStore.getRegisteredMediators()
Retrieves the registered
MediatorService collection |
Modifier and Type | Method and Description |
---|---|
protected void |
MediatorListener.addMediatorService(MediatorService mediatorService) |
void |
MediatorStore.registerMediator(String mediatorName,
MediatorService mediatorService)
Registers a
MediatorService with the store |
protected void |
MediatorListener.removeMediatorService(MediatorService mediatorService) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceMediatorService |
class |
UILessMediatorService |
Copyright © 2017 WSO2. All rights reserved.