Constant Field Values


Contents
org.apache.*

org.apache.camel.builder.xml.Namespaces
public static final String DEFAULT_NAMESPACE "http://activemq.apache.org/camel/schema/spring"
public static final String ENVIRONMENT_VARIABLES "http://camel.apache.org/xml/variables/environment-variables"
public static final String EXCHANGE_PROPERTY "http://camel.apache.org/xml/variables/exchange-property"
public static final String IN_NAMESPACE "http://camel.apache.org/xml/in/"
public static final String OUT_NAMESPACE "http://camel.apache.org/xml/out/"
public static final String SYSTEM_PROPERTIES_NAMESPACE "http://camel.apache.org/xml/variables/system-properties"

org.apache.camel.component.bean.BeanProcessor
public static final String METHOD_NAME "org.apache.camel.MethodName"

org.apache.camel.component.file.FileComponent
public static final String HEADER_FILE_NAME "org.apache.camel.file.name"

org.apache.camel.component.file.strategy.FileProcessStrategySupport
public static final String DEFAULT_LOCK_FILE_POSTFIX ".cameLock"

org.apache.camel.converter.jaxp.XmlConverter
public static final String DEFAULT_CHARSET_PROPERTY "org.apache.camel.default.charset"

org.apache.camel.impl.converter.AnnotationTypeConverterLoader
public static final String META_INF_SERVICES "META-INF/services/org/apache/camel/TypeConverter"

org.apache.camel.management.CamelNamingStrategy
public static final String KEY_CONTEXT "context"
public static final String KEY_ENDPOINT "endpoint"
public static final String KEY_NAME "name"
public static final String KEY_ROUTE "route"
public static final String KEY_TYPE "type"
public static final String TYPE_ENDPOINTS "Endpoints"
public static final String TYPE_ROUTES "Routes"
public static final String TYPE_SERVICES "Services"
public static final String VALUE_UNKNOWN "unknown"

org.apache.camel.management.ManagedRoute
public static final String VALUE_UNKNOWN "Unknown"

org.apache.camel.model.ProcessorType
public static final String DEFAULT_TRACE_CATEGORY "org.apache.camel.TRACE"

org.apache.camel.processor.DeadLetterChannel
public static final String REDELIVERED "org.apache.camel.Redelivered"
public static final String REDELIVERY_COUNTER "org.apache.camel.RedeliveryCounter"

org.apache.camel.util.jndi.JndiContext
public static final String SEPARATOR "/"



Copyright © 2007 Apache Software Foundation. All Rights Reserved.