public class UILessMediatorService extends AbstractMediatorService
Constructor and Description |
---|
UILessMediatorService() |
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 |
getLogicalName()
This should be equivalent to
Mediator.getType() of the
mediator. |
Mediator |
getMediator()
Retrieves a default new mediator instances of the representing mediator.
|
String |
getTagLocalName()
This gives the mediator serialization tag local name.
|
String |
getUIFolderName()
UIFolderName defaults to the tag local name of the mediator
|
void |
setLocalName(String localName) |
getGroupName, isAddChildEnabled, isAddSiblingEnabled, isEditable, isMovingAllowed, isSequenceRefreshRequired
public String getTagLocalName()
MediatorService
org.apache.synapse.mediators.builtin.LogMediator
derived from the LogMediatorSerializer
the
tag local name is log
public String getDisplayName()
MediatorService
String
. It is recommended to put a meaning full descriptive short name
as the display namepublic String getLogicalName()
MediatorService
Mediator.getType()
of the
mediator. The value of this is generally the class name without the package declaration.
Example: logical name of the org.apache.synapse.mediators.builtin.LogMediator
is LogMediator
public Mediator getMediator()
MediatorService
It is recommended to fill the required fields of the mediator with the default values if possible before returning the new instance, so that the user can just save this mediator if he/she is not smart.
public String getUIFolderName()
AbstractMediatorService
getUIFolderName
in interface MediatorService
getUIFolderName
in class AbstractMediatorService
public void setLocalName(String localName)
Copyright © 2018 WSO2. All rights reserved.