public class SequenceMediatorService extends AbstractMediatorService
Constructor and Description |
---|
SequenceMediatorService() |
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()
Mediators which doesn't have a group doesn't show up in the add menu,
generally these are inner parts
|
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.
|
boolean |
isAddChildEnabled()
by default adding children to the mediator is enabled
|
getUIFolderName, 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 String getGroupName()
AbstractMediatorService
getGroupName
in interface MediatorService
getGroupName
in class AbstractMediatorService
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 boolean isAddChildEnabled()
AbstractMediatorService
isAddChildEnabled
in interface MediatorService
isAddChildEnabled
in class AbstractMediatorService
Copyright © 2021 WSO2. All rights reserved.