public abstract class AbstractCamelController extends Object implements CamelController
CamelController that implementators should extend.| Constructor and Description |
|---|
AbstractCamelController() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
getCamelContexts(String filter)
Get the list of Camel context filter by reg ex.
|
List<Map<String,String>> |
listComponentsCatalog(String filter)
Lists all components from the Camel components catalog
|
Map<String,Set<String>> |
listComponentsLabelCatalog()
Lists all the labels from the Camel components catalog
|
List<Map<String,String>> |
listDataFormatsCatalog(String filter)
Lists all data formats from the Camel components catalog
|
Map<String,Set<String>> |
listDataFormatsLabelCatalog()
Lists all the labels from the Camel data formats catalog
|
List<Map<String,String>> |
listEipsCatalog(String filter)
Lists all EIPs from the Camel EIP catalog
|
Map<String,Set<String>> |
listEipsLabelCatalog()
Lists all the labels from the Camel EIP catalog
|
List<Map<String,String>> |
listLanguagesCatalog(String filter)
Lists all languages from the Camel components catalog
|
Map<String,Set<String>> |
listLanguagesLabelCatalog()
Lists all the labels from the Camel languages catalog
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbrowseInflightExchanges, explainEipAsJSon, explainEndpointAsJSon, getCamelContextInformation, getCamelContexts, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, listComponents, resetRouteStats, resumeContext, resumeRoute, startContext, startRoute, stopContext, stopRoute, suspendContext, suspendRoutepublic List<Map<String,String>> getCamelContexts(String filter) throws Exception
CamelControllergetCamelContexts in interface CamelControllerfilter - the filter which supports * and ? as wildcardsException - can be thrownpublic List<Map<String,String>> listEipsCatalog(String filter) throws Exception
CamelControllerlistEipsCatalog in interface CamelControllerfilter - optional filter to filter by labelsException - can be thrownpublic List<Map<String,String>> listComponentsCatalog(String filter) throws Exception
CamelControllerlistComponentsCatalog in interface CamelControllerfilter - optional filter to filter by labelsException - can be thrownpublic List<Map<String,String>> listDataFormatsCatalog(String filter) throws Exception
CamelControllerlistDataFormatsCatalog in interface CamelControllerfilter - optional filter to filter by labelsException - can be thrownpublic List<Map<String,String>> listLanguagesCatalog(String filter) throws Exception
CamelControllerlistLanguagesCatalog in interface CamelControllerfilter - optional filter to filter by labelsException - can be thrownpublic Map<String,Set<String>> listEipsLabelCatalog() throws Exception
CamelControllerlistEipsLabelCatalog in interface CamelControllerException - can be thrownpublic Map<String,Set<String>> listComponentsLabelCatalog() throws Exception
CamelControllerlistComponentsLabelCatalog in interface CamelControllerException - can be thrownpublic Map<String,Set<String>> listDataFormatsLabelCatalog() throws Exception
CamelControllerlistDataFormatsLabelCatalog in interface CamelControllerException - can be thrownpublic Map<String,Set<String>> listLanguagesLabelCatalog() throws Exception
CamelControllerlistLanguagesLabelCatalog in interface CamelControllerException - can be thrownApache Camel