Uses of Interface
org.apache.camel.NamedNode
Packages that use NamedNode
Package
Description
The core Camel API.
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
-
Uses of NamedNode in org.apache.camel
Methods in org.apache.camel that return NamedNodeModifier and TypeMethodDescriptionNamedRoute.getInput()
Gets the route inputMessageHistory.getNode()
Gets the node at the point of this history.NamedNode.getParent()
Returns the parentRoute.getRoute()
Get the route type.Methods in org.apache.camel that return types with arguments of type NamedNodeModifier and TypeMethodDescriptionRoute.getErrorHandlers
(ErrorHandlerFactory factory) Gets the error handlersMethods in org.apache.camel with parameters of type NamedNodeModifier and TypeMethodDescriptionvoid
Route.addErrorHandler
(ErrorHandlerFactory factory, NamedNode exception) Adds error handler for the given exception typevoid
Channel.initChannel
(Route route, NamedNode definition, NamedNode childDefinition, List<InterceptStrategy> interceptors, Processor nextProcessor, NamedRoute routeDefinition, boolean first) Initializes the channel. -
Uses of NamedNode in org.apache.camel.spi
Methods in org.apache.camel.spi with parameters of type NamedNodeModifier and TypeMethodDescriptionvoid
Breakpoint.afterProcess
(Exchange exchange, Processor processor, NamedNode definition, long timeTaken) Callback invoked when the breakpoint was hit and theExchange
has been processed (after).boolean
Debugger.afterProcess
(Exchange exchange, Processor processor, NamedNode definition, long timeTaken) Callback invoked when anExchange
has been processed which allows implementators to notify breakpoints.void
Breakpoint.beforeProcess
(Exchange exchange, Processor processor, NamedNode definition) Callback invoked when the breakpoint was hit and theExchange
is about to be processed (before).boolean
Debugger.beforeProcess
(Exchange exchange, Processor processor, NamedNode definition) Callback invoked when anExchange
is about to be processed which allows implementators to notify breakpoints.void
Policy.beforeWrap
(Route route, NamedNode definition) Hook invoked before the wrap.ProcessorFactory.createChildProcessor
(Route route, NamedNode definition, boolean mandatory) Creates the child processor.Creates an id for the given model definition.ManagementInterceptStrategy.createProcessor
(NamedNode definition, Processor target) ProcessorFactory.createProcessor
(Route route, NamedNode definition) Creates the processor.RouteFactory.createRoute
(CamelContext camelContext, NamedNode routeDefinition, String routeId, String routeDescription, Endpoint endpoint, Resource resource) Creates the route which should be configured afterwards with more configurations.RoutePolicyFactory.createRoutePolicy
(CamelContext camelContext, String routeId, NamedNode route) Creates a newRoutePolicy
which will be assigned to the given route.ModelToXMLDumper.dumpModelAsXml
(CamelContext context, NamedNode definition) Dumps the definition as XMLModelToXMLDumper.dumpModelAsXml
(CamelContext context, NamedNode definition, boolean resolvePlaceholders) Dumps the definition as XMLModelToYAMLDumper.dumpModelAsYaml
(CamelContext context, NamedNode definition) Dumps the definition as YAMLModelToYAMLDumper.dumpModelAsYaml
(CamelContext context, NamedNode definition, boolean resolvePlaceholders, boolean uriAsParameters) Dumps the definition as YAMLManagementObjectStrategy.getManagedObjectForProcessor
(CamelContext context, Processor processor, NamedNode definition, Route route) ManagementObjectNameStrategy.getObjectNameForProcessor
(CamelContext context, Processor processor, NamedNode definition) ManagementObjectNameStrategy.getObjectNameForStep
(CamelContext context, Processor processor, NamedNode definition) boolean
ManagementStrategy.manageProcessor
(NamedNode definition) Filter whether the processor should be managed or not.boolean
Condition.matchProcess
(Exchange exchange, Processor processor, NamedNode definition) Does the condition matchMessageHistoryFactory.newMessageHistory
(String routeId, NamedNode node, long timestamp, Exchange exchange) Creates a newMessageHistory
void
Breakpoint.onEvent
(Exchange exchange, CamelEvent.ExchangeEvent event, NamedNode definition) boolean
Tracer.shouldTrace
(NamedNode definition) Whether or not to trace the given processor definition.void
Tracer.traceAfterNode
(NamedNode node, Exchange exchange) Trace after the given nodevoid
Tracer.traceBeforeNode
(NamedNode node, Exchange exchange) Trace before the given nodeInterceptStrategy.wrapProcessorInInterceptors
(CamelContext context, NamedNode definition, Processor target, Processor nextTarget) Give implementor an opportunity to wrap the target processor in a route.