A C D G I M O R S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addRoute(Route) - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
C
- createSpecificMediator(OMElement, Properties) - Method in class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorFactory
D
- destroy() - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
-
called when Router is destroyed
- doRoute(MessageContext, SynapseLog) - Method in class org.wso2.carbon.mediators.router.impl.Route
-
Routes the message in to the specified
target
whihc can be one of thesequence
or else andendpoint
after checking whether the conditions specified in this route matches the provided message.
G
- getExpression() - Method in class org.wso2.carbon.mediators.router.impl.Route
- getMatch() - Method in class org.wso2.carbon.mediators.router.impl.Route
- getMediatorClassName() - Method in class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorSerializer
- getRoutes() - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
- getTagQName() - Method in class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorFactory
- getTarget() - Method in class org.wso2.carbon.mediators.router.impl.Route
I
- init(SynapseEnvironment) - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
-
called on Router startup.
- isBreakRouter() - Method in class org.wso2.carbon.mediators.router.impl.Route
- isContinueAfter() - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
- isMatching(MessageContext, SynapseLog) - Method in class org.wso2.carbon.mediators.router.impl.Route
-
Checks whether this route is matching for the given message or not.
M
- mediate(MessageContext) - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
-
Routes the message depending on the specified set of routes if the routing condition is matching over the provided message.
O
- org.wso2.carbon.mediators.router.impl - package org.wso2.carbon.mediators.router.impl
- org.wso2.carbon.mediators.router.impl.config.xml - package org.wso2.carbon.mediators.router.impl.config.xml
R
- Route - Class in org.wso2.carbon.mediators.router.impl
-
Specifies the
Route
including the route conditions and the routing of a particular route for theRouterMediator
. - Route() - Constructor for class org.wso2.carbon.mediators.router.impl.Route
- ROUTE_NOT_MACHING_STATE - Static variable in class org.wso2.carbon.mediators.router.impl.Route
-
The state of the
Route
after calling thedoRoute
method is this particular route over the specified message does not match the conditions specified in this route. - ROUTED_AND_DROPPED_STATE - Static variable in class org.wso2.carbon.mediators.router.impl.Route
-
The state of the
Route
after calling thedoRoute
method is; this particular route over the specified message matches the conditions specified in this route and hence the message is routed, at the same time the message must not go through any other matching routes within this router. - ROUTED_WITH_BREAK_STATE - Static variable in class org.wso2.carbon.mediators.router.impl.Route
-
The state of the
Route
after calling thedoRoute
method is; this particular route over the specified message matches the conditions specified in this route and hence the message is routed, and the message should not go though any more routes within this router. - ROUTED_WITH_CONTINUE_STATE - Static variable in class org.wso2.carbon.mediators.router.impl.Route
-
The state of the
Route
after calling thedoRoute
method is; this particular route over the specified message matches the conditions specified in this route and hence the message is routed, but the message may go through any other matching routes within this router for further routing. - RouterMediator - Class in org.wso2.carbon.mediators.router.impl
-
Routes the messages going through this mediator in to the specified target sequecne or to the taregt endpoint if the specified conditions under a particular route is matching.
- RouterMediator() - Constructor for class org.wso2.carbon.mediators.router.impl.RouterMediator
- RouterMediatorFactory - Class in org.wso2.carbon.mediators.router.impl.config.xml
-
Builds the
RouterMediator
using the following configuration - RouterMediatorFactory() - Constructor for class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorFactory
- RouterMediatorSerializer - Class in org.wso2.carbon.mediators.router.impl.config.xml
-
Serializes the
RouterMediator
into the following configuration - RouterMediatorSerializer() - Constructor for class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorSerializer
S
- serializeSpecificMediator(Mediator) - Method in class org.wso2.carbon.mediators.router.impl.config.xml.RouterMediatorSerializer
- setBreakRouter(boolean) - Method in class org.wso2.carbon.mediators.router.impl.Route
- setContinueAfter(boolean) - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
- setExpression(SynapseXPath) - Method in class org.wso2.carbon.mediators.router.impl.Route
- setMatch(Pattern) - Method in class org.wso2.carbon.mediators.router.impl.Route
- setRoutes(List<Route>) - Method in class org.wso2.carbon.mediators.router.impl.RouterMediator
- setTarget(Target) - Method in class org.wso2.carbon.mediators.router.impl.Route
U
- UNEXPECTED_ROUTING_STATE - Static variable in class org.wso2.carbon.mediators.router.impl.Route
-
The state of the routing, when there is an error in routing after executing the
doRoute
method.
All Classes All Packages