@Component(value="docker")
public class DockerComponent
extends org.apache.camel.support.DefaultComponent
DockerEndpoint.| Constructor and Description |
|---|
DockerComponent() |
DockerComponent(DockerConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
com.github.dockerjava.api.DockerClient |
getClient(DockerClientProfile clientProfile) |
DockerConfiguration |
getConfiguration()
To use the shared docker configuration
|
void |
setClient(DockerClientProfile clientProfile,
com.github.dockerjava.api.DockerClient client)
To use the given docker client
|
void |
setConfiguration(DockerConfiguration configuration) |
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 DockerComponent()
public DockerComponent(DockerConfiguration configuration)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionpublic void setConfiguration(DockerConfiguration configuration)
public DockerConfiguration getConfiguration()
public com.github.dockerjava.api.DockerClient getClient(DockerClientProfile clientProfile)
public void setClient(DockerClientProfile clientProfile, com.github.dockerjava.api.DockerClient client)
Apache Camel