Package | Description |
---|---|
org.apache.camel.api.management.mbean |
Camel management MBeans API
|
org.apache.camel.component |
Base classes for Components
|
org.apache.camel.component.seda | |
org.apache.camel.component.xslt |
The XSLT Component for transforming messages with XSLT
|
org.apache.camel.processor.idempotent |
An implementation of the Idempotent Consumer
pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
ManagedBacklogDebuggerMBean.addBreakpoint(String nodeId) |
void |
ManagedBacklogDebuggerMBean.addConditionalBreakpoint(String nodeId,
String language,
String predicate) |
void |
ManagedCamelContextMBean.addOrUpdateRoutesFromXml(String xml) |
void |
ManagedCamelContextMBean.addOrUpdateRoutesFromXml(String xml,
boolean urlDecode) |
TabularData |
ManagedInflightRepositoryMBean.browse() |
TabularData |
ManagedAsyncProcessorAwaitManagerMBean.browse() |
TabularData |
ManagedInflightRepositoryMBean.browse(int limit,
boolean sortByLongestDuration) |
String |
ManagedBrowsableEndpointMBean.browseAllMessagesAsXml(Boolean includeBody) |
String |
ManagedBrowsableEndpointMBean.browseExchange(Integer index) |
String |
ManagedBrowsableEndpointMBean.browseMessageAsXml(Integer index)
Deprecated.
|
String |
ManagedBrowsableEndpointMBean.browseMessageAsXml(Integer index,
Boolean includeBody) |
String |
ManagedBrowsableEndpointMBean.browseMessageBody(Integer index) |
String |
ManagedBrowsableEndpointMBean.browseRangeMessagesAsXml(Integer fromIndex,
Integer toIndex,
Boolean includeBody) |
boolean |
ManagedCamelContextMBean.canSendToEndpoint(String endpointUri) |
void |
ManagedBacklogTracerMBean.clear() |
void |
ManagedResourceEndpointMBean.clearContentCache() |
List<String> |
ManagedCamelContextMBean.completeEndpointPath(String componentName,
Map<String,Object> endpointParameters,
String completionText)
Helper method for tooling which returns the completion list of the endpoint path
from the given endpoint name, properties and current path expression.
|
String |
ManagedCamelContextMBean.componentParameterJsonSchema(String componentName)
Returns the JSON schema representation with information about the component and the endpoint parameters it supports
|
void |
ManagedDelayerMBean.constantDelay(Integer millis) |
boolean |
ManagedCamelContextMBean.createEndpoint(String uri)
Creates the endpoint by the given uri
|
String |
ManagedRouteMBean.createRouteStaticEndpointJson() |
String |
ManagedCamelContextMBean.createRouteStaticEndpointJson() |
String |
ManagedRouteMBean.createRouteStaticEndpointJson(boolean includeDynamic) |
String |
ManagedCamelContextMBean.createRouteStaticEndpointJson(boolean includeDynamic) |
String |
ManagedCamelContextMBean.dataFormatParameterJsonSchema(String dataFormatName)
Returns the JSON schema representation with information about the data format and the parameters it supports
|
void |
ManagedBacklogDebuggerMBean.disableBreakpoint(String nodeId) |
void |
ManagedBacklogDebuggerMBean.disableDebugger() |
List<BacklogTracerEventMessage> |
ManagedBacklogTracerMBean.dumpAllTracedMessages() |
String |
ManagedBacklogTracerMBean.dumpAllTracedMessagesAsXml() |
String |
ManagedCamelContextMBean.dumpRestsAsXml() |
String |
ManagedRouteMBean.dumpRouteAsXml() |
String |
ManagedCamelContextMBean.dumpRoutesAsXml() |
String |
ManagedCamelContextMBean.dumpRoutesStatsAsXml(boolean fullStats,
boolean includeProcessors) |
String |
ManagedRouteMBean.dumpRouteStatsAsXml(boolean fullStats,
boolean includeProcessors) |
String |
ManagedPerformanceCounterMBean.dumpStatsAsXml(boolean fullStats) |
List<BacklogTracerEventMessage> |
ManagedBacklogTracerMBean.dumpTracedMessages(String nodeOrRouteId) |
String |
ManagedBacklogTracerMBean.dumpTracedMessagesAsXml(String nodeOrRouteId) |
String |
ManagedBacklogDebuggerMBean.dumpTracedMessagesAsXml(String nodeId) |
String |
ManagedCamelContextMBean.eipParameterJsonSchema(String eipName)
Returns the JSON schema representation with information about the EIP and the parameters it supports
|
void |
ManagedBacklogDebuggerMBean.enableBreakpoint(String nodeId) |
void |
ManagedBacklogDebuggerMBean.enableDebugger() |
TabularData |
ManagedComponentMBean.explain(boolean allOptions) |
TabularData |
ManagedEndpointMBean.explain(boolean allOptions) |
TabularData |
ManagedProcessorMBean.explain(boolean allOptions) |
String |
ManagedCamelContextMBean.explainComponentJson(String componentName,
boolean includeAllOptions)
Returns a JSON schema representation of the component parameters (not endpoint parameters) for the given component by its id.
|
String |
ManagedCamelContextMBean.explainEipJson(String nameOrId,
boolean includeAllOptions)
Returns a JSON schema representation of the EIP parameters for the given EIP by its id.
|
String |
ManagedCamelContextMBean.explainEndpointJson(String uri,
boolean includeAllOptions)
Returns a JSON schema representation of the endpoint parameters for the given endpoint uri
|
List<String> |
ManagedCamelContextMBean.findComponentNames()
Find the names of all the Camel components available in the classpath and
Registry . |
Map<String,Properties> |
ManagedCamelContextMBean.findComponents()
Find information about all the Camel components available in the classpath and
Registry . |
List<String> |
ManagedCamelContextMBean.findEipNames()
Find the names of all the EIPs from camel-core.
|
Map<String,Properties> |
ManagedCamelContextMBean.findEips()
Find information about all the EIPs from camel-core.
|
List<String> |
ManagedRuntimeEndpointRegistryMBean.getAllEndpoints(boolean includeInputs) |
Set<String> |
ManagedBacklogDebuggerMBean.getBreakpoints() |
String |
ManagedCamelContextMBean.getComponentDocumentation(String componentName)
Returns the HTML documentation for the given camel component
|
List<String> |
ManagedRuntimeEndpointRegistryMBean.getEndpointsPerRoute(String routeId,
boolean includeInputs) |
String |
ManagedCamelContextMBean.getProperty(String name)
Gets the value of a CamelContext property name
|
Set<String> |
ManagedBacklogDebuggerMBean.getSuspendedBreakpointNodeIds() |
int |
ManagedThreadPoolMBean.getTaskQueueRemainingCapacity() |
boolean |
ManagedTypeConverterRegistryMBean.hasTypeConverter(String fromType,
String toType) |
String |
ManagedComponentMBean.informationJson() |
String |
ManagedEndpointMBean.informationJson() |
String |
ManagedProcessorMBean.informationJson() |
void |
ManagedAsyncProcessorAwaitManagerMBean.interrupt(String exchangeId) |
String |
ManagedCamelContextMBean.languageParameterJsonSchema(String languageName)
Returns the JSON schema representation with information about the language and the parameters it supports
|
TabularData |
ManagedCamelContextMBean.listComponents()
Find information about all the Camel components available in the classpath and
Registry . |
TabularData |
ManagedCamelContextMBean.listEips()
Find information about all the EIPs from camel-core.
|
TabularData |
ManagedEndpointRegistryMBean.listEndpoints() |
TabularData |
ManagedRestRegistryMBean.listRestServices() |
TabularData |
ManagedTypeConverterRegistryMBean.listTypeConverters() |
void |
ManagedThreadPoolMBean.purge() |
void |
ManagedProducerCacheMBean.purge() |
void |
ManagedConsumerCacheMBean.purge() |
void |
ManagedEndpointRegistryMBean.purge() |
long |
ManagedBrowsableEndpointMBean.queueSize() |
boolean |
ManagedRouteMBean.remove() |
void |
ManagedBacklogDebuggerMBean.removeAllBreakpoints() |
void |
ManagedBacklogDebuggerMBean.removeBreakpoint(String nodeId) |
int |
ManagedCamelContextMBean.removeEndpoints(String pattern)
Removes the endpoint by the given pattern
|
void |
ManagedBacklogDebuggerMBean.removeMessageBodyOnBreakpoint(String nodeId) |
void |
ManagedBacklogDebuggerMBean.removeMessageHeaderOnBreakpoint(String nodeId,
String headerName) |
Object |
ManagedCamelContextMBean.requestBody(String endpointUri,
Object body) |
Object |
ManagedCamelContextMBean.requestBodyAndHeaders(String endpointUri,
Object body,
Map<String,Object> headers) |
Object |
ManagedCamelContextMBean.requestStringBody(String endpointUri,
String body) |
void |
ManagedCounterMBean.reset() |
void |
ManagedRuntimeEndpointRegistryMBean.reset() |
void |
ManagedRouteMBean.reset(boolean includeProcessors) |
void |
ManagedCamelContextMBean.reset(boolean includeRoutes)
Resets all the performance counters.
|
void |
ManagedBacklogDebuggerMBean.resetDebugCounter() |
void |
ManagedIdempotentConsumerMBean.resetDuplicateMessageCount() |
void |
ManagedStreamCachingStrategyMBean.resetStatistics() |
void |
ManagedProducerCacheMBean.resetStatistics() |
void |
ManagedAsyncProcessorAwaitManagerMBean.resetStatistics() |
void |
ManagedConsumerCacheMBean.resetStatistics() |
void |
ManagedThroughputLoggerMBean.resetThroughputLogger() |
void |
ManagedBacklogTracerMBean.resetTraceCounter() |
void |
ManagedTypeConverterRegistryMBean.resetTypeConversionCounters() |
void |
ManagedCamelContextMBean.restart() |
void |
ManagedSuspendableRouteMBean.resume() |
void |
ManagedServiceMBean.resume() |
void |
ManagedCamelContextMBean.resume() |
void |
ManagedBacklogDebuggerMBean.resumeAll() |
void |
ManagedBacklogDebuggerMBean.resumeBreakpoint(String nodeId) |
void |
ManagedCamelContextMBean.sendBody(String endpointUri,
Object body) |
void |
ManagedCamelContextMBean.sendBodyAndHeaders(String endpointUri,
Object body,
Map<String,Object> headers) |
void |
ManagedCamelContextMBean.sendStringBody(String endpointUri,
String body) |
void |
ManagedBacklogDebuggerMBean.setMessageBodyOnBreakpoint(String nodeId,
Object body) |
void |
ManagedBacklogDebuggerMBean.setMessageBodyOnBreakpoint(String nodeId,
Object body,
String type) |
void |
ManagedBacklogDebuggerMBean.setMessageHeaderOnBreakpoint(String nodeId,
String headerName,
Object value) |
void |
ManagedBacklogDebuggerMBean.setMessageHeaderOnBreakpoint(String nodeId,
String headerName,
Object value,
String type) |
void |
ManagedCamelContextMBean.setProperty(String name,
String value)
Sets the value of a CamelContext property name
|
void |
ManagedRouteMBean.shutdown()
Deprecated.
will be removed in the near future. Use stop and remove instead
|
void |
ManagedRouteMBean.shutdown(long timeout)
Deprecated.
will be removed in the near future. Use stop and remove instead
|
int |
ManagedInflightRepositoryMBean.size(String routeId) |
void |
ManagedServiceMBean.start() |
void |
ManagedRouteMBean.start() |
void |
ManagedCamelContextMBean.start() |
void |
ManagedProcessorMBean.start() |
void |
ManagedCamelContextMBean.startAllRoutes() |
void |
ManagedSchedulePollConsumerMBean.startScheduler() |
void |
ManagedBacklogDebuggerMBean.step() |
void |
ManagedBacklogDebuggerMBean.stepBreakpoint(String nodeId) |
void |
ManagedServiceMBean.stop() |
void |
ManagedRouteMBean.stop() |
void |
ManagedCamelContextMBean.stop() |
void |
ManagedProcessorMBean.stop() |
void |
ManagedRouteMBean.stop(long timeout) |
boolean |
ManagedRouteMBean.stop(Long timeout,
Boolean abortAfterTimeout) |
void |
ManagedSuspendableRouteMBean.suspend() |
void |
ManagedServiceMBean.suspend() |
void |
ManagedCamelContextMBean.suspend() |
void |
ManagedSuspendableRouteMBean.suspend(long timeout) |
void |
ManagedRouteMBean.updateRouteFromXml(String xml) |
String |
ManagedBacklogDebuggerMBean.validateConditionalBreakpoint(String language,
String predicate) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceEndpoint.clearContentCache() |
Modifier and Type | Method and Description |
---|---|
String |
SedaEndpoint.browseAllMessagesAsXml(Boolean includeBody) |
String |
SedaEndpoint.browseExchange(Integer index) |
String |
SedaEndpoint.browseMessageAsXml(Integer index,
Boolean includeBody) |
String |
SedaEndpoint.browseMessageBody(Integer index) |
String |
SedaEndpoint.browseRangeMessagesAsXml(Integer fromIndex,
Integer toIndex,
Boolean includeBody) |
void |
SedaEndpoint.purgeQueue()
Purges the queue
|
long |
SedaEndpoint.queueSize() |
Modifier and Type | Method and Description |
---|---|
void |
XsltEndpoint.clearCachedStylesheet() |
Modifier and Type | Method and Description |
---|---|
boolean |
FileIdempotentRepository.add(String key) |
boolean |
MemoryIdempotentRepository.add(String key) |
boolean |
FileIdempotentRepository.contains(String key) |
boolean |
MemoryIdempotentRepository.contains(String key) |
boolean |
FileIdempotentRepository.remove(String key) |
boolean |
MemoryIdempotentRepository.remove(String key) |
void |
FileIdempotentRepository.reset()
Reset and clears the store to force it to reload from file
|
Apache Camel