public class CamelAtlasPropertyStrategy
extends io.atlasmap.core.DefaultAtlasPropertyStrategy
| Modifier and Type | Field and Description |
|---|---|
static String |
SCOPE_CURRENT_MESSAGE_HEADER |
static String |
SCOPE_EXCHANGE_PROPERTY |
| Constructor and Description |
|---|
CamelAtlasPropertyStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
readProperty(io.atlasmap.api.AtlasSession session,
io.atlasmap.v2.PropertyField propertyField) |
void |
setCurrentSourceMessage(org.apache.camel.Message msg) |
void |
setExchange(org.apache.camel.Exchange ex) |
void |
setSourceMessage(String documentId,
org.apache.camel.Message msg) |
void |
setTargetMessage(org.apache.camel.Message msg) |
void |
writeProperty(io.atlasmap.api.AtlasSession session,
io.atlasmap.v2.PropertyField propertyField) |
getAtlasConversionService, getPropertyOrder, isEnvironmentPropertiesEnabled, isMappingDefinedPropertiesEnabled, isRuntimePropertiesEnabled, isSystemPropertiesEnabled, processEnvironmentVariable, processJavaSystemProperty, processMappingDefinedProperties, processRuntimeProperties, setAtlasConversionService, setEnvironmentPropertiesEnabled, setMappingDefinedPropertiesEnabled, setPropertyOrder, setPropertyOrderValue, setRuntimePropertiesEnabled, setSystemPropertiesEnabledpublic static final String SCOPE_EXCHANGE_PROPERTY
public static final String SCOPE_CURRENT_MESSAGE_HEADER
public void readProperty(io.atlasmap.api.AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
throws io.atlasmap.api.AtlasUnsupportedException,
io.atlasmap.api.AtlasConversionException
readProperty in interface io.atlasmap.spi.AtlasPropertyStrategyreadProperty in class io.atlasmap.core.DefaultAtlasPropertyStrategyio.atlasmap.api.AtlasUnsupportedExceptionio.atlasmap.api.AtlasConversionExceptionpublic void writeProperty(io.atlasmap.api.AtlasSession session,
io.atlasmap.v2.PropertyField propertyField)
writeProperty in interface io.atlasmap.spi.AtlasPropertyStrategywriteProperty in class io.atlasmap.core.DefaultAtlasPropertyStrategypublic void setExchange(org.apache.camel.Exchange ex)
public void setSourceMessage(String documentId, org.apache.camel.Message msg)
public void setCurrentSourceMessage(org.apache.camel.Message msg)
public void setTargetMessage(org.apache.camel.Message msg)
Apache Camel