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 org.jboss.as.server.deployment.AttachmentKey<CamelComponentRegistry> |
CAMEL_COMPONENT_REGISTRY_KEY
The
CamelComponentRegistry attachment key |
static org.jboss.msc.service.ServiceName |
CAMEL_COMPONENT_REGISTRY_SERVICE_NAME
The name for the
CamelComponentRegistry service |
static org.jboss.msc.service.ServiceName |
CAMEL_CONTEXT_BASE_NAME
The base name for all camel context services
|
static String |
CAMEL_CONTEXT_FACTORY_BINDING_NAME
The JNDI name for the
CamelContextFactory binding |
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.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 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_COMPONENT_REGISTRY_SERVICE_NAME
CamelComponentRegistry servicestatic final org.jboss.msc.service.ServiceName CAMEL_CONTEXT_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 CAMEL_SUBSYSTEM_SERVICE_NAME
static final String CAMEL_CONTEXT_FILE_SUFFIX
static final String CAMEL_CONTEXT_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.apache.camel.CamelContext> CAMEL_CONTEXT_KEY
CamelContext attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<CamelComponentRegistry> CAMEL_COMPONENT_REGISTRY_KEY
CamelComponentRegistry attachment keystatic final org.jboss.as.server.deployment.AttachmentKey<CamelContextRegistry> CAMEL_CONTEXT_REGISTRY_KEY
CamelContextRegistry attachment keystatic final String CAMEL_CONTEXT_FACTORY_BINDING_NAME
CamelContextFactory bindingstatic final String CAMEL_CONTEXT_REGISTRY_BINDING_NAME
CamelContextRegistry bindingCopyright © 2014. All Rights Reserved.