@Component(value="atlasmap")
public class AtlasMapComponent
extends org.apache.camel.support.DefaultComponent
| Constructor and Description |
|---|
AtlasMapComponent() |
| 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, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic io.atlasmap.api.AtlasContextFactory getAtlasContextFactory()
public void setAtlasContextFactory(io.atlasmap.api.AtlasContextFactory atlasContextFactory)
AtlasContextFactory otherwise a new engine is created.atlasContextFactory - AtlasContextFactorypublic void setPropertiesFile(String file)
file - property file pathpublic String getPropertiesFile()
Apache Camel