public class AtlasComponent
extends org.apache.camel.impl.DefaultComponent
Constructor and Description |
---|
AtlasComponent() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
io.atlasmap.api.AtlasContextFactory |
getAtlasContextFactory() |
String |
getPropertiesFile() |
void |
setAtlasContextFactory(io.atlasmap.api.AtlasContextFactory atlasContextFactory)
To use the
AtlasContextFactory otherwise a new engine is created. |
void |
setPropertiesFile(String file)
The URI of the properties file which is used for AtlasContextFactory
initialization.
|
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isResolvePropertyPlaceholders, preProcessUri, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, setResolvePropertyPlaceholders, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public io.atlasmap.api.AtlasContextFactory getAtlasContextFactory()
public void setPropertiesFile(String file)
file
- properties file pathpublic String getPropertiesFile()
public void setAtlasContextFactory(io.atlasmap.api.AtlasContextFactory atlasContextFactory)
AtlasContextFactory
otherwise a new engine is created.atlasContextFactory
- AtlasContextFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.