Uses of Class
org.wso2.carbon.mediators.router.impl.Route
-
Packages that use Route Package Description org.wso2.carbon.mediators.router.impl -
-
Uses of Route in org.wso2.carbon.mediators.router.impl
Methods in org.wso2.carbon.mediators.router.impl that return types with arguments of type Route Modifier and Type Method Description List<Route>
RouterMediator. getRoutes()
Methods in org.wso2.carbon.mediators.router.impl with parameters of type Route Modifier and Type Method Description void
RouterMediator. addRoute(Route route)
Method parameters in org.wso2.carbon.mediators.router.impl with type arguments of type Route Modifier and Type Method Description void
RouterMediator. setRoutes(List<Route> routes)
-