- CAMEL_BASE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
The base name for all camel services
- CAMEL_COMPONENT_BASE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
The base name for all camel context services
- CAMEL_COMPONENT_REGISTRY_KEY - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_COMPONENT_REGISTRY_SERVICE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_BASE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
The base name for all camel context services
- CAMEL_CONTEXT_FACTORY_BINDING_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_FACTORY_SERVICE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_FILE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_FILE_SUFFIX - Static variable in interface org.wildfly.camel.CamelConstants
-
The deployment names for spring camel context deployments
- CAMEL_CONTEXT_KEY - Static variable in interface org.wildfly.camel.CamelConstants
-
The CamelContext attachment key
- CAMEL_CONTEXT_REGISTRY_BINDING_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_REGISTRY_KEY - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_CONTEXT_REGISTRY_SERVICE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
- CAMEL_SUBSYSTEM_SERVICE_NAME - Static variable in interface org.wildfly.camel.CamelConstants
-
The name for the camel subsystem service
- CamelBootstrapService - Class in org.wildfly.camel.service
-
Service responsible for creating and managing the life-cycle of the Camel
subsystem.
- camelComponentAlreadyRegistered(String) - Method in interface org.wildfly.camel.CamelMessages
-
- CamelComponentRegistrationProcessor - Class in org.wildfly.camel.deployment
-
Register a ComponentResolver service for each deployed component.
- CamelComponentRegistrationProcessor() - Constructor for class org.wildfly.camel.deployment.CamelComponentRegistrationProcessor
-
- CamelComponentRegistry - Interface in org.wildfly.camel
-
An abstraction of Component registration.
- CamelComponentRegistry.CamelComponentRegistration - Interface in org.wildfly.camel
-
The return handle for camel context registrations
- CamelComponentRegistryService - Class in org.wildfly.camel.service
-
- CamelConstants - Interface in org.wildfly.camel
-
Camel subsystem constants.
- CamelContextActivationProcessor - Class in org.wildfly.camel.deployment
-
Start/Stop the CamelContext
- CamelContextActivationProcessor() - Constructor for class org.wildfly.camel.deployment.CamelContextActivationProcessor
-
- camelContextAlreadyRegistered(String) - Method in interface org.wildfly.camel.CamelMessages
-
- CamelContextCreateProcessor - Class in org.wildfly.camel.deployment
-
Processes deployments that can create a CamelContext.
- CamelContextCreateProcessor() - Constructor for class org.wildfly.camel.deployment.CamelContextCreateProcessor
-
- CamelContextFactory - Interface in org.wildfly.camel
-
The WildFly CamelContext factory.
- CamelContextFactoryBindingService - Class in org.wildfly.camel.service
-
- CamelContextFactoryBindingService() - Constructor for class org.wildfly.camel.service.CamelContextFactoryBindingService
-
- CamelContextFactoryService - Class in org.wildfly.camel.service
-
- CamelContextRegistrationProcessor - Class in org.wildfly.camel.deployment
-
- CamelContextRegistrationProcessor() - Constructor for class org.wildfly.camel.deployment.CamelContextRegistrationProcessor
-
- CamelContextRegistry - Interface in org.wildfly.camel
-
An abstraction of CamelContext registration.
- CamelContextRegistry.CamelContextRegistration - Interface in org.wildfly.camel
-
The return handle for camel context registrations
- CamelContextRegistryBindingService - Class in org.wildfly.camel.service
-
- CamelContextRegistryBindingService() - Constructor for class org.wildfly.camel.service.CamelContextRegistryBindingService
-
- CamelContextRegistryService - Class in org.wildfly.camel.service
-
- CamelExtension - Class in org.wildfly.camel.parser
-
Domain extension used to initialize the Camel subsystem.
- CamelExtension() - Constructor for class org.wildfly.camel.parser.CamelExtension
-
- CamelIntegrationProcessor - Class in org.wildfly.camel.deployment
-
Allways make some camel integration services available
- CamelIntegrationProcessor() - Constructor for class org.wildfly.camel.deployment.CamelIntegrationProcessor
-
- CamelLogger - Interface in org.wildfly.camel
-
Logging Id ranges: 20000-20099
https://community.jboss.org/wiki/LoggingIds
- CamelMessages - Interface in org.wildfly.camel
-
Logging Id ranges: 20100-20199
https://community.jboss.org/wiki/LoggingIds
- cannotCreateCamelContext(Throwable, String) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotCreateRepositoryStorageArea(Throwable) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotFindComponentProperties(ModuleIdentifier) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotInitializeNamingContext(Throwable) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotInstallCamelFeature(String) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotInstallResourceToEnvironment(String) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotLoadComponentFromModule(Throwable, ModuleIdentifier) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotLoadComponentType(Throwable, String) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotProvisionResource(Throwable, Resource) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotStartCamelContext(Throwable, CamelContext) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotStopCamelContext(Throwable, CamelContext) - Method in interface org.wildfly.camel.CamelMessages
-
- cannotUninstallProvisionedResource(Throwable, Resource) - Method in interface org.wildfly.camel.CamelMessages
-
- componentTypeException(Class<?>) - Method in interface org.wildfly.camel.CamelMessages
-
- createComponentResolver() - Method in class org.wildfly.camel.WildflyCamelContext
-
- createSpringCamelContext(URL, ClassLoader) - Static method in class org.wildfly.camel.SpringCamelContextFactory
-
Create a SpringCamelContext from the given URL
- createSpringCamelContext(byte[], ClassLoader) - Static method in class org.wildfly.camel.SpringCamelContextFactory
-
Create a SpringCamelContext from the given bytes
- createWildflyCamelContext(ClassLoader) - Method in interface org.wildfly.camel.CamelContextFactory
-
- createWilflyCamelContext() - Method in interface org.wildfly.camel.CamelContextFactory
-