A B C D E F G I L M N O P R S T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractListMediator - Class in org.wso2.carbon.mediator.service.ui
- AbstractListMediator() - Constructor for class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- AbstractMediator - Class in org.wso2.carbon.mediator.service.ui
- AbstractMediator() - Constructor for class org.wso2.carbon.mediator.service.ui.AbstractMediator
- AbstractMediatorService - Class in org.wso2.carbon.mediator.service
-
Abstract implementation of the
MediatorService
- AbstractMediatorService() - Constructor for class org.wso2.carbon.mediator.service.AbstractMediatorService
- addChild(Mediator) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- addChild(Mediator) - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Add the child to this mediator
- addChildren(OMElement, ListMediator) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- addMediatorService(MediatorService) - Method in class org.wso2.carbon.mediator.service.MediatorListener
- ATT_EXPR_Q - Static variable in class org.wso2.carbon.mediator.service.util.MediatorProperty
- ATT_EXPRN - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_KEY - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_NAME - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_NAME_Q - Static variable in class org.wso2.carbon.mediator.service.util.MediatorProperty
- ATT_ONERROR - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_REGEX - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_SEQUENCE - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_SOURCE - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_STATS - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_TARGET - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_VALUE - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- ATT_VALUE_Q - Static variable in class org.wso2.carbon.mediator.service.util.MediatorProperty
- ATT_XPATH - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
B
- build(OMComment) - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Build the mediator with given OMComment node
- build(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Build the mediator with given OMElement node
- build(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- build(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediator
- build(OMElement) - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Populate this mediator from the Synapse mediator configuration.
C
- collectNameValuePairs(OMElement, QName) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- CommentMediator - Class in org.wso2.carbon.mediator.service.builtin
-
Comment Mediator handles comment nodes in Synapse Configurations
- CommentMediator() - Constructor for class org.wso2.carbon.mediator.service.builtin.CommentMediator
D
- disableStatistics() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- disableStatistics() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Disable statistics for mediator
E
- enableStatistics() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- enableStatistics() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Enable statistics for the mediator
F
- fac - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- FEATURE_Q - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
G
- getChild(int) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- getChild(int) - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Get the child from the position
- getCommentText() - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Returns the comment text value
- getDescription() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- getDisplayName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- getDisplayName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- getDisplayName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This gives the display name for the mediator in the add mediator menu, and this can be any
String
. - getErrorHandler() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- getEvaluatedExpression(MessageContext) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- getExpression() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
Deprecated.
- getGroupName() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
Mediators which doesn't have a group doesn't show up in the add menu, generally these are inner parts
- getGroupName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- getGroupName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Gives the mediator categorization in the add mediator menu.
- getInstance() - Static method in class org.wso2.carbon.mediator.service.MediatorStore
-
Singleton access to the MediatorStore
- getKey() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- getList() - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- getList() - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Get the child list of mediators
- getLogicalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- getLogicalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- getLogicalName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This should be equivalent to
Mediator.getType()
of the mediator. - getMediator() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- getMediator() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- getMediator() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Retrieves a default new mediator instances of the representing mediator.
- getMediatorMenuItems() - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Retrieves the menu item of mediators, which is being used by the UI
- getMediatorProperties(OMElement) - Static method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- getMediatorProperties(OMElement, boolean) - Static method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- getMediatorService(String) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Retrieves the
MediatorService
with the givenmediatorName
- getMediatorService(OMElement) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Helper method for retrieving the
MediatorService
by looking at the given serialized mediator element - getName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- getName() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- getPathExpression() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- getRegisteredMediators() - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Retrieves the registered
MediatorService
collection - getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Returns TagLocalName of the mediator
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediator
- getTagLocalName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- getTagLocalName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
This gives the mediator serialization tag local name.
- getTagLocalName() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Get the name of the mediator
- getTraceState() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- getTraceState() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Get the tracing state
- getUIFolderName() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
UIFolderName defaults to the tag local name of the mediator
- getUIFolderName() - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- getUIFolderName() - Method in interface org.wso2.carbon.mediator.service.MediatorService
- getValue() - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
I
- isAddChildEnabled() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default adding children to the mediator is enabled
- isAddChildEnabled() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- isAddChildEnabled() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Whether this particular mediator can have children? Example of this usage is
filter
FilterMediator
it cannot have children except for thethen
andelse
mediators. - isAddSiblingEnabled() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default adding siblings to the mediator is enabled
- isAddSiblingEnabled() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Whether this particular mediator can have siblings? Example of this usage is
then
child of theFilterMediator
cannot have mediator siblings. - isAnonymous() - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- isAuditConfigurable() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- isAuditConfigurable() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Is this mediator audit configurable.
- isEditable() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default mediators are editable
- isEditable() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
If the mediator has editable configurations this method should return true.
- isMovingAllowed() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default mediator moving is allowed
- isMovingAllowed() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Is it possible to move this mediator in the sequence tree? Example of this usage is
default
child of aSwitchMediator
it cannot be moved, there is no meaning of movement for thedefault
- isSequenceRefreshRequired() - Method in class org.wso2.carbon.mediator.service.AbstractMediatorService
-
by default refreshing the sequence is not required
- isSequenceRefreshRequired() - Method in interface org.wso2.carbon.mediator.service.MediatorService
-
Some mediator updates require a refresh in the sequence editor.
- isStatisticsEnable() - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- isStatisticsEnable() - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Whether statistics has been enabled
L
- ListMediator - Interface in org.wso2.carbon.mediator.service.ui
-
Defines a mediator with child mediators within its configuration
M
- Mediator - Interface in org.wso2.carbon.mediator.service.ui
-
Defines a mediator
- MediatorException - Exception in org.wso2.carbon.mediator.service
-
Exception for the sequence editor mediator service
- MediatorException() - Constructor for exception org.wso2.carbon.mediator.service.MediatorException
- MediatorException(String) - Constructor for exception org.wso2.carbon.mediator.service.MediatorException
- MediatorListener - Class in org.wso2.carbon.mediator.service
- MediatorListener() - Constructor for class org.wso2.carbon.mediator.service.MediatorListener
- MediatorProperty - Class in org.wso2.carbon.mediator.service.util
-
This class acts as a helper for creating and serializing properties of the mediators
- MediatorProperty() - Constructor for class org.wso2.carbon.mediator.service.util.MediatorProperty
- mediators - Variable in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- MediatorService - Interface in org.wso2.carbon.mediator.service
-
This interface provides the base for the mediator OSGi Service and each and every mediator which has a user interface on the
Carbon sequence editor
has to implement this interface and that implementation has to be registered as an OSGi Service. - MediatorStore - Class in org.wso2.carbon.mediator.service
-
Keeps track of the mediators that are registered for the sequence editor UI
N
- nullNS - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
O
- org.wso2.carbon.mediator.service - package org.wso2.carbon.mediator.service
- org.wso2.carbon.mediator.service.builtin - package org.wso2.carbon.mediator.service.builtin
- org.wso2.carbon.mediator.service.ui - package org.wso2.carbon.mediator.service.ui
- org.wso2.carbon.mediator.service.util - package org.wso2.carbon.mediator.service.util
P
- processAuditStatus(Mediator, OMElement) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- PROP_Q - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- PROPERTY_Q - Static variable in class org.wso2.carbon.mediator.service.util.MediatorProperty
R
- registerMediator(String, MediatorService) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Registers a
MediatorService
with the store - removeChild(int) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- removeChild(int) - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Remove a child from this position
- removeChild(Mediator) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- removeChild(Mediator) - Method in interface org.wso2.carbon.mediator.service.ui.ListMediator
-
Remove this child
- removeMediatorService(MediatorService) - Method in class org.wso2.carbon.mediator.service.MediatorListener
S
- saveTracingState(OMElement, Mediator) - Static method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- SequenceMediator - Class in org.wso2.carbon.mediator.service.builtin
-
This class represents a sequence mediator.
- SequenceMediator() - Constructor for class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- SequenceMediatorService - Class in org.wso2.carbon.mediator.service.builtin
- SequenceMediatorService() - Constructor for class org.wso2.carbon.mediator.service.builtin.SequenceMediatorService
- serialize(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Serialize Mediator into the repective OMElement structire and add to the provided parent
- serialize(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- serialize(OMElement) - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediator
- serialize(OMElement) - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Serialize this mediator in to the corresponding Synapse mediator configuration.
- serializeChildren(OMElement, List<Mediator>) - Method in class org.wso2.carbon.mediator.service.ui.AbstractListMediator
- serializeMediatorProperties(OMElement, Collection<MediatorProperty>, QName) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- serializeNamespaces(OMElement, AXIOMXPath) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- setAnonymous(boolean) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- setAuditConfigurable(boolean) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- setCommentText(String) - Method in class org.wso2.carbon.mediator.service.builtin.CommentMediator
-
Set the comment text value
- setDescription(String) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- setErrorHandler(String) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- setExpression(SynapseXPath) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
-
Deprecated.
- setKey(Value) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- setLocalName(String) - Method in class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- setName(String) - Method in class org.wso2.carbon.mediator.service.builtin.SequenceMediator
- setName(String) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- setPathExpression(SynapsePath) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- setTraceState(int) - Method in class org.wso2.carbon.mediator.service.ui.AbstractMediator
- setTraceState(int) - Method in interface org.wso2.carbon.mediator.service.ui.Mediator
-
Set the tracing state
- setValue(String) - Method in class org.wso2.carbon.mediator.service.util.MediatorProperty
- synNS - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
T
- TARGET_Q - Static variable in class org.wso2.carbon.mediator.service.ui.AbstractMediator
U
- UILessMediator - Class in org.wso2.carbon.mediator.service.builtin
- UILessMediator() - Constructor for class org.wso2.carbon.mediator.service.builtin.UILessMediator
- UILessMediatorService - Class in org.wso2.carbon.mediator.service.builtin
- UILessMediatorService() - Constructor for class org.wso2.carbon.mediator.service.builtin.UILessMediatorService
- unRegisterMediator(String) - Method in class org.wso2.carbon.mediator.service.MediatorStore
-
Un registers a
MediatorService
from the store
All Classes All Packages