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() |
void |
setClient(DockerClientProfile clientProfile,
com.github.dockerjava.api.DockerClient 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, validateURIpublic 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.DefaultComponentExceptionpublic void setConfiguration(DockerConfiguration configuration)
protected DockerConfiguration getConfiguration()
public com.github.dockerjava.api.DockerClient getClient(DockerClientProfile clientProfile) throws DockerException
DockerExceptionpublic void setClient(DockerClientProfile clientProfile, com.github.dockerjava.api.DockerClient client)
Apache Camel