Uses of Interface
org.apache.camel.builder.endpoint.dsl.ChunkEndpointBuilderFactory.ChunkEndpointBuilder
Packages that use ChunkEndpointBuilderFactory.ChunkEndpointBuilder
-
Uses of ChunkEndpointBuilderFactory.ChunkEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return ChunkEndpointBuilderFactory.ChunkEndpointBuilderModifier and TypeMethodDescriptionChunk (camel-chunk) Transform messages using Chunk templating engine.Chunk (camel-chunk) Transform messages using Chunk templating engine. -
Uses of ChunkEndpointBuilderFactory.ChunkEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return ChunkEndpointBuilderFactory.ChunkEndpointBuilderModifier and TypeMethodDescriptionChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).ChunkEndpointBuilderFactory.ChunkEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).ChunkEndpointBuilderFactory.AdvancedChunkEndpointBuilder.basic()Chunk (camel-chunk) Transform messages using Chunk templating engine.Chunk (camel-chunk) Transform messages using Chunk templating engine.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.Define the encoding of the body.ChunkEndpointBuilderFactory.endpointBuilder(String componentName, String path) Define the file extension of the template.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeFolder(String themeFolder) Define the themes folder to scan.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeLayer(String themeLayer) Define the theme layer to elaborate.ChunkEndpointBuilderFactory.ChunkEndpointBuilder.themeSubfolder(String themeSubfolder) Define the themes subfolder to scan.