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, setSystemPropertiesEnabled
public 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.AtlasPropertyStrategy
readProperty
in class io.atlasmap.core.DefaultAtlasPropertyStrategy
io.atlasmap.api.AtlasUnsupportedException
io.atlasmap.api.AtlasConversionException
public void writeProperty(io.atlasmap.api.AtlasSession session, io.atlasmap.v2.PropertyField propertyField)
writeProperty
in interface io.atlasmap.spi.AtlasPropertyStrategy
writeProperty
in class io.atlasmap.core.DefaultAtlasPropertyStrategy
public 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)
Copyright © 2021 JBoss by Red Hat. All rights reserved.