A B C D G I L O P R S U W 

A

addContextCreateHandler(ClassLoader, CamelContextFactory.ContextCreateHandler) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
addService(ServiceTarget, ServiceVerificationHandler) - Static method in class org.wildfly.extension.camel.service.CamelBootstrapService
 
addService(ServiceTarget, ServiceVerificationHandler) - Static method in class org.wildfly.extension.camel.service.CamelContextFactoryBindingService
 
addService(ServiceTarget, ServiceVerificationHandler) - Static method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
addService(ServiceTarget, ServiceVerificationHandler) - Static method in class org.wildfly.extension.camel.service.CamelContextRegistryBindingService
 
addService(ServiceTarget, SubsystemState, ServiceVerificationHandler) - Static method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 

B

BindyAnnotationProcessor - Class in org.wildfly.extension.camel.deployment
Process the bindy annotations
BindyAnnotationProcessor() - Constructor for class org.wildfly.extension.camel.deployment.BindyAnnotationProcessor
 

C

CAMEL_BASE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The base name for all camel services
CAMEL_COMPONENT_BASE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The base name for all camel context services
CAMEL_CONTEXT_FACTORY_BINDING_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The JNDI name for the CamelContextFactory binding
CAMEL_CONTEXT_FACTORY_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContextFactory attachment key
CAMEL_CONTEXT_FACTORY_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the CamelContextFactory service
CAMEL_CONTEXT_FILE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
 
CAMEL_CONTEXT_FILE_SUFFIX - Static variable in interface org.wildfly.extension.camel.CamelConstants
The deployment names for spring camel context deployments
CAMEL_CONTEXT_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContext attachment key
CAMEL_CONTEXT_REGISTRY_BINDING_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The JNDI name for the CamelContextRegistry binding
CAMEL_CONTEXT_REGISTRY_KEY - Static variable in interface org.wildfly.extension.camel.CamelConstants
The CamelContextRegistry attachment key
CAMEL_CONTEXT_REGISTRY_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the CamelContextRegistry service
CAMEL_SUBSYSTEM_SERVICE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
The name for the camel subsystem service
CamelBootstrapService - Class in org.wildfly.extension.camel.service
Service responsible for creating and managing the life-cycle of the Camel subsystem.
CamelConstants - Interface in org.wildfly.extension.camel
Camel subsystem constants.
CamelContextActivationProcessor - Class in org.wildfly.extension.camel.deployment
Start/Stop the CamelContext
CamelContextActivationProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
CamelContextCreateProcessor - Class in org.wildfly.extension.camel.deployment
Processes deployments that can create a CamelContext.
CamelContextCreateProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
CamelContextFactory - Interface in org.wildfly.extension.camel
The WildFly CamelContext factory.
CamelContextFactory.ContextCreateHandler - Interface in org.wildfly.extension.camel
 
CamelContextFactoryBindingService - Class in org.wildfly.extension.camel.service
The CamelContextFactory JNDI binding service
CamelContextFactoryBindingService() - Constructor for class org.wildfly.extension.camel.service.CamelContextFactoryBindingService
 
CamelContextFactoryService - Class in org.wildfly.extension.camel.service
CamelContextRegistry - Interface in org.wildfly.extension.camel
An abstraction of CamelContext registration.
CamelContextRegistryBindingService - Class in org.wildfly.extension.camel.service
The CamelContextRegistry JNDI binding service
CamelContextRegistryBindingService() - Constructor for class org.wildfly.extension.camel.service.CamelContextRegistryBindingService
 
CamelContextRegistryService - Class in org.wildfly.extension.camel.service
The CamelContextRegistry service Ths implementation creates a jboss-msc Service.
CamelDependenciesProcessor - Class in org.wildfly.extension.camel.deployment
A DUP that sets the dependencies required for using Camel
CamelDependenciesProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
CamelExtension - Class in org.wildfly.extension.camel.parser
Domain extension used to initialize the Camel subsystem.
CamelExtension() - Constructor for class org.wildfly.extension.camel.parser.CamelExtension
 
CamelIntegrationProcessor - Class in org.wildfly.extension.camel.deployment
Allways make some camel integration services available
CamelIntegrationProcessor() - Constructor for class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
CamelLogger - Interface in org.wildfly.extension.camel
The Subsystem Logger
createCamelContext() - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
createCamelContext(ClassLoader) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
createSpringCamelContext(URL, ClassLoader) - Static method in class org.wildfly.extension.camel.SpringCamelContextFactory
Create a SpringCamelContext from the given URL
createSpringCamelContext(byte[], ClassLoader) - Static method in class org.wildfly.extension.camel.SpringCamelContextFactory
Create a SpringCamelContext from the given bytes

D

deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.BindyAnnotationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
deploy(DeploymentPhaseContext) - Method in class org.wildfly.extension.camel.deployment.RepositoryContentInstallProcessor
 

G

getContext(String) - Method in interface org.wildfly.extension.camel.CamelContextRegistry
Get the camel context for the given name
getContextCreateHandlers(ClassLoader) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
getContextDefinition(String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
getContextDefinitionNames() - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
getNamingContext() - Method in class org.wildfly.extension.camel.WildFlyCamelContext
 
getValue() - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
getValue() - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 

I

initialize(ExtensionContext) - Method in class org.wildfly.extension.camel.parser.CamelExtension
 
initializeParsers(ExtensionParsingContext) - Method in class org.wildfly.extension.camel.parser.CamelExtension
 

L

LOGGER - Static variable in interface org.wildfly.extension.camel.CamelLogger
A logger with the category org.wildfly.camel.

O

org.wildfly.extension.camel - package org.wildfly.extension.camel
 
org.wildfly.extension.camel.deployment - package org.wildfly.extension.camel.deployment
 
org.wildfly.extension.camel.parser - package org.wildfly.extension.camel.parser
 
org.wildfly.extension.camel.service - package org.wildfly.extension.camel.service
 

P

PackageScanResolverProcessor - Class in org.wildfly.extension.camel.deployment
Process the bindy annotations
PackageScanResolverProcessor() - Constructor for class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
putContextDefinition(String, String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 

R

removeContextCreateHandler(ClassLoader, CamelContextFactory.ContextCreateHandler) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
removeContextCreateHandlers(ClassLoader) - Method in interface org.wildfly.extension.camel.CamelContextFactory
 
removeContextDefinition(String) - Method in class org.wildfly.extension.camel.parser.SubsystemState
 
REPOSITORY_CONTENT_FILE_NAME - Static variable in interface org.wildfly.extension.camel.CamelConstants
 
REPOSITORY_CONTENT_FILE_SUFFIX - Static variable in interface org.wildfly.extension.camel.CamelConstants
The deployment names for repository content deployments
RepositoryContentInstallProcessor - Class in org.wildfly.extension.camel.deployment
Processes repository content deployments.
RepositoryContentInstallProcessor() - Constructor for class org.wildfly.extension.camel.deployment.RepositoryContentInstallProcessor
 

S

setNamingContext(Context) - Method in class org.wildfly.extension.camel.WildFlyCamelContext
 
setup(CamelContext) - Method in interface org.wildfly.extension.camel.CamelContextFactory.ContextCreateHandler
 
SpringCamelContextFactory - Class in org.wildfly.extension.camel
A CamelContext factory utility.
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelBootstrapService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
start(StartContext) - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
stop(StopContext) - Method in class org.wildfly.extension.camel.service.CamelContextFactoryService
 
stop(StopContext) - Method in class org.wildfly.extension.camel.service.CamelContextRegistryService
 
SUBSYSTEM_NAME - Static variable in class org.wildfly.extension.camel.parser.CamelExtension
 
SubsystemState - Class in org.wildfly.extension.camel.parser
The Camel subsystem state.
SubsystemState() - Constructor for class org.wildfly.extension.camel.parser.SubsystemState
 

U

undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.BindyAnnotationProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelContextActivationProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelContextCreateProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelDependenciesProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.CamelIntegrationProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.PackageScanResolverProcessor
 
undeploy(DeploymentUnit) - Method in class org.wildfly.extension.camel.deployment.RepositoryContentInstallProcessor
 

W

WildFlyCamelContext - Class in org.wildfly.extension.camel
The default WildFly CamelContext.
WildFlyCamelContext() - Constructor for class org.wildfly.extension.camel.WildFlyCamelContext
 
A B C D G I L O P R S U W 

Copyright © 2015. All rights reserved.