public class FlowFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
protected RoutingTable |
routingTable |
| Constructor and Description |
|---|
FlowFinder(RamlHandler ramlHandler,
String configName,
org.mule.runtime.api.component.location.ConfigurationComponentLocator locator,
List<FlowMapping> flowMappings,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
| Modifier and Type | Method and Description |
|---|---|
URIPattern |
findBestMatch(URIResolver resolver) |
org.mule.runtime.core.api.construct.Flow |
getFlow(org.mule.apikit.model.Resource resource,
String method,
String contentType) |
Map<String,org.mule.runtime.core.api.construct.Flow> |
getRawRestFlowMap() |
org.mule.apikit.model.Resource |
getResource(URIPattern uriPattern) |
protected void |
initializeRestFlowMap(RamlHandler ramlHandler) |
protected static final org.slf4j.Logger logger
protected RoutingTable routingTable
public FlowFinder(RamlHandler ramlHandler, String configName, org.mule.runtime.api.component.location.ConfigurationComponentLocator locator, List<FlowMapping> flowMappings, org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository)
protected void initializeRestFlowMap(RamlHandler ramlHandler)
public org.mule.runtime.core.api.construct.Flow getFlow(org.mule.apikit.model.Resource resource,
String method,
String contentType)
throws UnsupportedMediaTypeException
UnsupportedMediaTypeExceptionpublic org.mule.apikit.model.Resource getResource(URIPattern uriPattern)
public URIPattern findBestMatch(URIResolver resolver)
Copyright © 2025. All rights reserved.