Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
G
I
L
O
R
S
U
A
addComponent(String, Component, String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Add a component on the given camel context.
addComponent(String, Component, String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Add a component on the given camel context.
addComponent(String, Component)
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Add a component on the given camel context.
addComponent(String, Component)
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
Add a component on the given camel context.
addRegistry(InputStream, String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Add values to the registry component.
addRegistry(InputStream, String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Add values to the registry component.
addRoutes(RouteBuilder, String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Add a
Route
to the given context, by providing a
RouteBuilder
addRoutes(RouteBuilder, String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
addRoutes(RouteBuilder)
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Add a route.
addRoutes(RouteBuilder)
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
addToTheRegistry(InputStream)
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
addToTheRegistry(InputStream)
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
Add values to the registy.
C
CamelContextServiceFactory
- Class in
org.ow2.jonas.camel.service.impl
CamelContext service factory.
CamelContextServiceFactory()
- Constructor for class org.ow2.jonas.camel.service.impl.
CamelContextServiceFactory
CamelService
- Class in
org.ow2.jonas.camel.service.impl
Camel service.
CamelService(BundleContext)
- Constructor for class org.ow2.jonas.camel.service.impl.
CamelService
Constructor, needed to get the bundle context.
CamelWrapper
- Class in
org.ow2.jonas.camel.wrapper
Camel wrapper.
CamelWrapper(CamelContextFactory)
- Constructor for class org.ow2.jonas.camel.wrapper.
CamelWrapper
Constructor, creates a new Camel context.
createEndpoint(String)
- Method in class org.ow2.jonas.camel.wrapper.
RefComponentWithCreateEndpointPatch
G
getCamelContext(String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Get an instance of Camel.
getCamelContext(String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Get an instance of Camel.
getCamelContext()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
getCamelContext()
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
getCamelContextName()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Gets the camel context name.
getContextNames()
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Get the names of Camel contexts managed by the service.
getContextNames()
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Get the names of Camel contexts managed by the service.
getName()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Get the name of the camel context.
getProducerTemplate(String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Get a producer template for the given camel context.
getProducerTemplate(String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Get a producer template for the given camel context.
getProducerTemplate()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Get a producer template for the camel context.
getProducerTemplate()
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
Get a producer template for the camel context.
getRegistryWrapper()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
getRegistryWrapper()
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
getRouteDefinitions(String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Get the list of existing routes.
getRouteDefinitions(String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Get the list of existing routes.
getRouteDefinitions()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
getRouteDefinitions()
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
getService(Bundle, ServiceRegistration)
- Method in class org.ow2.jonas.camel.service.impl.
CamelContextServiceFactory
Get a CamelContext.
getSimpleRegistryOfCamelContext(String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Get a simple registry instance of Camel context.
I
ICamelService
- Interface in
org.ow2.jonas.camel.service.api
Interface of the Camel Service.
ICamelWrapper
- Interface in
org.ow2.jonas.camel.wrapper
L
lookup(String)
- Method in class org.ow2.jonas.camel.registry.osgi.
OSGiRegistry
Looks for an OSGi service exporting a name property equals to "name".
lookup(String, Class<T>)
- Method in class org.ow2.jonas.camel.registry.osgi.
OSGiRegistry
Looks for an OSGi service exporting a name property equals to "name" and with class clazz.
lookupByType(Class<T>)
- Method in class org.ow2.jonas.camel.registry.osgi.
OSGiRegistry
Looks for an OSGi service with class clazz.
O
org.ow2.jonas.camel.registry.osgi
- package org.ow2.jonas.camel.registry.osgi
org.ow2.jonas.camel.service.api
- package org.ow2.jonas.camel.service.api
org.ow2.jonas.camel.service.impl
- package org.ow2.jonas.camel.service.impl
org.ow2.jonas.camel.wrapper
- package org.ow2.jonas.camel.wrapper
OSGiRegistry
- Class in
org.ow2.jonas.camel.registry.osgi
Implementation of
Registry
for looking OSGi services.
OSGiRegistry(BundleContext)
- Constructor for class org.ow2.jonas.camel.registry.osgi.
OSGiRegistry
Default constructor.
R
RefComponentWithCreateEndpointPatch
- Class in
org.ow2.jonas.camel.wrapper
Camel RefComponent with the createEndpoint method fixed as suggested in: http://camel.465427.n5.nabble.com/The-delay-option-seems-not-to-be-working-in-CAMEL-Java-DSL-mode-td2840369.html
RefComponentWithCreateEndpointPatch()
- Constructor for class org.ow2.jonas.camel.wrapper.
RefComponentWithCreateEndpointPatch
removeFromTheRegistry(InputStream)
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
removeFromTheRegistry(InputStream)
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
Remove values from the registy.
removeRegistry(InputStream, String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Remove entries from the registry component.
removeRegistry(InputStream, String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Remove entries from the registry component.
run()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Main method.
S
setCamelService(ICamelService)
- Method in class org.ow2.jonas.camel.service.impl.
CamelContextServiceFactory
setName(String)
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Set the name of the camel context.
start()
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Initializes the service.
startAndGetNewContext()
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Start a new camel context and return context.
startAndGetNewContext()
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Start a new camel context and return context.
startNewContext()
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Start a new camel context and return context name.
startNewContext()
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Start a new camel context.
stop(String)
- Method in interface org.ow2.jonas.camel.service.api.
ICamelService
Stop an instance of Camel.
stop()
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Stops all Camel contexts.
stop(String)
- Method in class org.ow2.jonas.camel.service.impl.
CamelService
Stop an instance of Camel.
stopContext()
- Method in class org.ow2.jonas.camel.wrapper.
CamelWrapper
Stop the camel context.
stopContext()
- Method in interface org.ow2.jonas.camel.wrapper.
ICamelWrapper
Stop the camel context.
U
ungetService(Bundle, ServiceRegistration, Object)
- Method in class org.ow2.jonas.camel.service.impl.
CamelContextServiceFactory
Stop the camel context for the bundle.
A
C
G
I
L
O
R
S
U
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
OW2 Consortium
. All Rights Reserved.