public interface CamelComponentRegistry
Component registration.
The CamelComponentRegistry is the entry point for Component registration and lookup.org.wildfly.camel.service.CamelComponentRegistryService}| Modifier and Type | Interface and Description |
|---|---|
static interface |
CamelComponentRegistry.CamelComponentRegistration
The return handle for camel context registrations
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.spi.ComponentResolver |
getComponent(String name)
Get the camel component resolver for the given name
|
CamelComponentRegistry.CamelComponentRegistration |
registerComponent(String name,
org.apache.camel.spi.ComponentResolver resolver)
Register the camel component in this registry
|
Set<CamelComponentRegistry.CamelComponentRegistration> |
registerComponents(org.jboss.modules.Module module)
Register the camel components that are found in the given module
|
org.apache.camel.spi.ComponentResolver getComponent(String name)
CamelComponentRegistry.CamelComponentRegistration registerComponent(String name, org.apache.camel.spi.ComponentResolver resolver)
Set<CamelComponentRegistry.CamelComponentRegistration> registerComponents(org.jboss.modules.Module module)
Copyright © 2014. All Rights Reserved.