Package org.apache.camel.component.chunk
Class ChunkConstants
- java.lang.Object
-
- org.apache.camel.component.chunk.ChunkConstants
-
public final class ChunkConstants extends Object
Chunk component constants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHUNK_ENDPOINT_URI_PREFIXChunk endpoint URI prefixstatic StringCHUNK_LAYER_SEPARATORChunk Template extensionstatic StringCHUNK_RESOURCE_URIHeader containing a Chunk template locationstatic StringCHUNK_TEMPLATEHeader containing the Chunk template code
-
-
-
Field Detail
-
CHUNK_RESOURCE_URI
@Metadata(description="A URI for the template resource to use instead of the endpoint configured.", javaType="String") public static final String CHUNK_RESOURCE_URIHeader containing a Chunk template location- See Also:
- Constant Field Values
-
CHUNK_TEMPLATE
@Metadata(description="The template to use instead of the endpoint configured.", javaType="String") public static final String CHUNK_TEMPLATEHeader containing the Chunk template code- See Also:
- Constant Field Values
-
CHUNK_ENDPOINT_URI_PREFIX
public static final String CHUNK_ENDPOINT_URI_PREFIX
Chunk endpoint URI prefix- See Also:
- Constant Field Values
-
CHUNK_LAYER_SEPARATOR
public static final String CHUNK_LAYER_SEPARATOR
Chunk Template extension- See Also:
- Constant Field Values
-
-