- setAtlasContext(AtlasContext) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
- setAtlasContextFactory(AtlasContextFactory) - Method in class org.apache.camel.component.atlasmap.AtlasComponent
-
To use the AtlasContextFactory
otherwise a new engine is created
- setAtlasContextFactory(AtlasContextFactory) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
- setEncoding(String) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
Character encoding of the resource content.
- setLoaderCache(boolean) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
Enables / disables the atlas map resource loader cache which is enabled by
default
- setPropertiesFile(String) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
The URI of the properties file which is used for AtlasContextFactory
initialization.
- setSourceMapName(String) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
The Exchange property name for a source message map which hold
java.util.Map<String, Message>
where the key is AtlasMap Document ID.
- setTargetMapName(String) - Method in class org.apache.camel.component.atlasmap.AtlasEndpoint
-
The Exchange property name for a target document map which hold
java.util.Map<String, Object>
where the key is AtlasMap Document ID.