public interface CamelConstants
| Modifier and Type | Field and Description |
|---|---|
static org.jboss.msc.service.ServiceName |
CAMEL_BASE_NAME
The base name for all camel services
|
static org.jboss.msc.service.ServiceName |
CAMEL_COMPONENT_BASE_NAME
The base name for all camel context services
|
static String |
CAMEL_COMPONENTS_FILE_NAME
This file hold the components to use.
|
static String |
CAMEL_CONTEXT_BINDING_NAME
The name for the
CamelContext service |
static String |
CAMEL_CONTEXT_FACTORY_BINDING_NAME
The JNDI name for the
CamelContextFactory binding |
static org.jboss.as.server.deployment.AttachmentKey<CamelContextFactory> |
CAMEL_CONTEXT_FACTORY_KEY
The
CamelContextFactory attachment key |
static org.jboss.msc.service.ServiceName |
CAMEL_CONTEXT_FACTORY_SERVICE_NAME
The name for the
CamelContextFactory service |
static String |
CAMEL_CONTEXT_FILE_NAME |
static String |
CAMEL_CONTEXT_FILE_SUFFIX
The deployment names for spring camel context deployments
|
static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.apache.camel.CamelContext>> |
CAMEL_CONTEXT_KEY
The
CamelContext attachment key |
static String |
CAMEL_CONTEXT_REGISTRY_BINDING_NAME
The JNDI name for the
CamelContextRegistry binding |
static org.jboss.as.server.deployment.AttachmentKey<CamelContextRegistry> |
CAMEL_CONTEXT_REGISTRY_KEY
The
CamelContextRegistry attachment key |
static org.jboss.msc.service.ServiceName |
CAMEL_CONTEXT_REGISTRY_SERVICE_NAME
The name for the
CamelContextRegistry service |
static org.jboss.msc.service.ServiceName |
CAMEL_SUBSYSTEM_SERVICE_NAME
The name for the camel subsystem service
|
static org.jboss.as.server.deployment.AttachmentKey<ContextCreateHandlerRegistry> |
CONTEXT_CREATE_HANDLER_REGISTRY_KEY
The
ContextCreateHandlerRegistry attachment key |
static org.jboss.msc.service.ServiceName |
CONTEXT_CREATE_HANDLER_REGISTRY_SERVICE_NAME
The name for the
ContextCreateHandlerRegistry service |
static String |
REPOSITORY_CONTENT_FILE_NAME |
static String |
REPOSITORY_CONTENT_FILE_SUFFIX
The deployment names for repository content deployments
|
static final org.jboss.msc.service.ServiceName CAMEL_BASE_NAME
static final org.jboss.msc.service.ServiceName CAMEL_COMPONENT_BASE_NAME
static final org.jboss.msc.service.ServiceName CAMEL_CONTEXT_FACTORY_SERVICE_NAME
CamelContextFactory servicestatic final org.jboss.msc.service.ServiceName CAMEL_CONTEXT_REGISTRY_SERVICE_NAME
CamelContextRegistry servicestatic final org.jboss.msc.service.ServiceName CONTEXT_CREATE_HANDLER_REGISTRY_SERVICE_NAME
ContextCreateHandlerRegistry servicestatic final org.jboss.msc.service.ServiceName CAMEL_SUBSYSTEM_SERVICE_NAME
static final String CAMEL_CONTEXT_FILE_SUFFIX
static final String CAMEL_CONTEXT_FILE_NAME
static final String CAMEL_COMPONENTS_FILE_NAME
static final String REPOSITORY_CONTENT_FILE_SUFFIX
static final String REPOSITORY_CONTENT_FILE_NAME
static final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<org.apache.camel.CamelContext>> CAMEL_CONTEXT_KEY
CamelContext attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<CamelContextRegistry> CAMEL_CONTEXT_REGISTRY_KEY
CamelContextRegistry attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<CamelContextFactory> CAMEL_CONTEXT_FACTORY_KEY
CamelContextFactory attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<ContextCreateHandlerRegistry> CONTEXT_CREATE_HANDLER_REGISTRY_KEY
ContextCreateHandlerRegistry attachment keystatic final String CAMEL_CONTEXT_FACTORY_BINDING_NAME
CamelContextFactory bindingstatic final String CAMEL_CONTEXT_REGISTRY_BINDING_NAME
CamelContextRegistry bindingstatic final String CAMEL_CONTEXT_BINDING_NAME
CamelContext serviceCopyright © 2015. All Rights Reserved.