public class CacheMediatorService
extends org.wso2.carbon.mediator.service.AbstractMediatorService
Constructor and Description |
---|
CacheMediatorService() |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
This gives the display name for the mediator in the add mediator menu, and this can
be any
String . |
String |
getGroupName()
Gives the mediator categorization in the add mediator menu.
|
String |
getLogicalName()
This should be equivalent to
Mediator.getType() of the
mediator. |
org.wso2.carbon.mediator.service.ui.Mediator |
getMediator()
Retrieves a default new mediator instances of the representing mediator.
|
String |
getTagLocalName()
This gives the mediator serialization tag local name.
|
public String getTagLocalName()
public String getDisplayName()
String
. It is recommended to put a meaning full descriptive short name
as the display namepublic String getLogicalName()
Mediator.getType()
of the
mediator. The value of this is generally the class name without the package declaration.public String getGroupName()
getGroupName
in interface org.wso2.carbon.mediator.service.MediatorService
getGroupName
in class org.wso2.carbon.mediator.service.AbstractMediatorService
public org.wso2.carbon.mediator.service.ui.Mediator getMediator()
Copyright © 2021 WSO2. All rights reserved.