public class DockerComponent
extends org.apache.camel.impl.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) |
protected 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, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURI
public 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.impl.DefaultComponent
Exception
public void setConfiguration(DockerConfiguration configuration)
protected DockerConfiguration getConfiguration()
public com.github.dockerjava.api.DockerClient getClient(DockerClientProfile clientProfile) throws DockerException
DockerException
public void setClient(DockerClientProfile clientProfile, com.github.dockerjava.api.DockerClient client)
Apache Camel