A C E G I L O R S T V W 
All Classes All Packages

A

accept(Runtime.Phase, Runtime) - Method in interface org.apache.camel.k.Runtime.Listener
 
addClassLoader(ClassLoader) - Method in class org.apache.camel.k.CompositeClassloader
 
addRoutes(RoutesBuilder) - Method in interface org.apache.camel.k.Runtime
Sets a special list of properties that take precedence and will use first, if a property exist.
apply(CamelContext) - Method in interface org.apache.camel.k.ContextCustomizer
Perform CamelContext customization.

C

close() - Method in interface org.apache.camel.k.Runtime
 
compareTo(ContextCustomizer) - Method in interface org.apache.camel.k.ContextCustomizer
 
CompositeClassloader - Class in org.apache.camel.k
 
CompositeClassloader() - Constructor for class org.apache.camel.k.CompositeClassloader
 
CompositeClassloader(ClassLoader) - Constructor for class org.apache.camel.k.CompositeClassloader
 
CompositeClassloader(ClassLoader, ClassLoader...) - Constructor for class org.apache.camel.k.CompositeClassloader
 
configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.k.SourceDefinitionConfigurer
 
ConfigureContext - org.apache.camel.k.Runtime.Phase
 
ConfigureProperties - org.apache.camel.k.Runtime.Phase
 
ConfigureRoutes - org.apache.camel.k.Runtime.Phase
 
ContextCustomizer - Interface in org.apache.camel.k
 

E

errorHandler - org.apache.camel.k.SourceType
 

G

getCamelContext(Class<T>) - Method in interface org.apache.camel.k.Runtime
Returns the camel context adapting it to the specialized type.
getCollectionValueType(Object, String, boolean) - Method in class org.apache.camel.k.SourceDefinitionConfigurer
 
getContent() - Method in class org.apache.camel.k.SourceDefinition
 
getId() - Method in class org.apache.camel.k.SourceDefinition
 
getInterceptors() - Method in interface org.apache.camel.k.Source
 
getInterceptors() - Method in class org.apache.camel.k.SourceDefinition
 
getLanguage() - Method in interface org.apache.camel.k.Source
 
getLanguage() - Method in class org.apache.camel.k.SourceDefinition
 
getLoader() - Method in interface org.apache.camel.k.Source
 
getLoader() - Method in class org.apache.camel.k.SourceDefinition
 
getLocation() - Method in interface org.apache.camel.k.Source
 
getLocation() - Method in class org.apache.camel.k.SourceDefinition
 
getName() - Method in interface org.apache.camel.k.Source
 
getName() - Method in class org.apache.camel.k.SourceDefinition
 
getOptionType(String, boolean) - Method in class org.apache.camel.k.SourceDefinitionConfigurer
 
getOptionValue(Object, String, boolean) - Method in class org.apache.camel.k.SourceDefinitionConfigurer
 
getOrder() - Method in interface org.apache.camel.k.ContextCustomizer
 
getOrder() - Method in interface org.apache.camel.k.Runtime.Listener
 
getPropertyNames() - Method in interface org.apache.camel.k.Source
 
getPropertyNames() - Method in class org.apache.camel.k.SourceDefinition
 
getRegistry() - Method in interface org.apache.camel.k.Runtime
Returns the registry associated to this runtime.
getRuntime() - Method in interface org.apache.camel.k.RuntimeAware
 
getType() - Method in interface org.apache.camel.k.Source
 
getType() - Method in class org.apache.camel.k.SourceDefinition
 

I

Initializing - org.apache.camel.k.Runtime.Phase
 
isCompressed() - Method in class org.apache.camel.k.SourceDefinition
 

L

loadClass(String) - Method in class org.apache.camel.k.CompositeClassloader
 

O

on(CamelContext) - Static method in interface org.apache.camel.k.Runtime
Helper to create a simple runtime from a given Camel Context.
on(HasCamelContext) - Static method in interface org.apache.camel.k.Runtime
Helper to create a simple runtime from a given Camel Context provider.
org.apache.camel.k - package org.apache.camel.k
 

R

resolveAsInputStream(CamelContext) - Method in interface org.apache.camel.k.Source
 
resolveAsReader(CamelContext) - Method in interface org.apache.camel.k.Source
 
resolveAsReader(CamelContext, Charset) - Method in interface org.apache.camel.k.Source
 
Runtime - Interface in org.apache.camel.k
 
Runtime.Listener - Interface in org.apache.camel.k
 
Runtime.Phase - Enum in org.apache.camel.k
 
RuntimeAware - Interface in org.apache.camel.k
 

S

setCompressed(boolean) - Method in class org.apache.camel.k.SourceDefinition
If the content of the source is compressed.
setContent(byte[]) - Method in class org.apache.camel.k.SourceDefinition
The content of the source.
setId(String) - Method in class org.apache.camel.k.SourceDefinition
Sets the id
setInterceptors(List<String>) - Method in class org.apache.camel.k.SourceDefinition
The org.apache.camel.k.SourceLoader.Interceptor that should be applied.
setLanguage(String) - Method in class org.apache.camel.k.SourceDefinition
The language use to define the source.
setLoader(String) - Method in class org.apache.camel.k.SourceDefinition
The SourceLoader that should be used to load the content of the source.
setLocation(String) - Method in class org.apache.camel.k.SourceDefinition
The location of the source.
setName(String) - Method in class org.apache.camel.k.SourceDefinition
The name of the source.
setProperties(String, String, String...) - Method in interface org.apache.camel.k.Runtime
Sets a special list of properties that take precedence and will use first, if a property exist.
setProperties(Map<String, String>) - Method in interface org.apache.camel.k.Runtime
Sets a special list of properties that take precedence and will use first, if a property exist.
setProperties(Properties) - Method in interface org.apache.camel.k.Runtime
Sets a special list of properties that take precedence and will use first, if a property exist.
setPropertyNames(List<String>) - Method in class org.apache.camel.k.SourceDefinition
The list of properties names the source requires (used only for templates).
setRuntime(Runtime) - Method in interface org.apache.camel.k.RuntimeAware
 
setType(SourceType) - Method in class org.apache.camel.k.SourceDefinition
The SourceType of the source.
source - org.apache.camel.k.SourceType
 
Source - Interface in org.apache.camel.k
 
SourceDefinition - Class in org.apache.camel.k
 
SourceDefinition() - Constructor for class org.apache.camel.k.SourceDefinition
 
SourceDefinitionConfigurer - Class in org.apache.camel.k
Generated by camel build tools - do NOT edit this file!
SourceDefinitionConfigurer() - Constructor for class org.apache.camel.k.SourceDefinitionConfigurer
 
SourceType - Enum in org.apache.camel.k
 
Started - org.apache.camel.k.Runtime.Phase
 
Starting - org.apache.camel.k.Runtime.Phase
 
stop() - Method in interface org.apache.camel.k.Runtime
Lifecycle method used to stops the entire integration.
Stopped - org.apache.camel.k.Runtime.Phase
 
Stopping - org.apache.camel.k.Runtime.Phase
 

T

template - org.apache.camel.k.SourceType
 
toString() - Method in class org.apache.camel.k.SourceDefinition
 

V

valueOf(String) - Static method in enum org.apache.camel.k.Runtime.Phase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.camel.k.SourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.camel.k.Runtime.Phase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.camel.k.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrap(ClassLoader) - Static method in class org.apache.camel.k.CompositeClassloader
 
A C E G I L O R S T V W 
All Classes All Packages