public class Router extends AbstractRouter
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
config, flowConstruct, muleContext, ramlHandler| Constructor and Description |
|---|
Router() |
| Modifier and Type | Method and Description |
|---|---|
Configuration |
getConfig() |
protected org.mule.construct.Flow |
getFlow(org.raml.model.Resource resource,
String method) |
protected org.mule.api.MuleEvent |
handleEvent(org.mule.api.MuleEvent event,
String path) |
void |
setConfig(Configuration config) |
protected void |
startConfiguration() |
getApi, process, setFlowConstruct, setMuleContext, startpublic Configuration getConfig()
public void setConfig(Configuration config)
protected void startConfiguration()
throws org.mule.api.lifecycle.StartException
startConfiguration in class AbstractRouterorg.mule.api.lifecycle.StartExceptionprotected org.mule.api.MuleEvent handleEvent(org.mule.api.MuleEvent event,
String path)
throws org.mule.api.MuleException
handleEvent in class AbstractRouterorg.mule.api.MuleExceptionprotected org.mule.construct.Flow getFlow(org.raml.model.Resource resource,
String method)
getFlow in class AbstractRouterCopyright © 2014. All rights reserved.