public class ContentComponent
extends org.apache.camel.impl.DefaultComponent
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME
The name of the scheme this custom Camel component resolves to.
|
| Constructor and Description |
|---|
ContentComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
CatalogFramework |
getCatalogFramework() |
MimeTypeMapper |
getMimeTypeMapper() |
UuidGenerator |
getUuidGenerator() |
void |
setCatalogFramework(CatalogFramework catalogFramework) |
void |
setMimeTypeMapper(MimeTypeMapper mimeTypeMapper) |
void |
setUuidGenerator(UuidGenerator uuidGenerator) |
afterConfiguration, createComponentConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic static final String NAME
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionpublic CatalogFramework getCatalogFramework()
public void setCatalogFramework(CatalogFramework catalogFramework)
public MimeTypeMapper getMimeTypeMapper()
public void setMimeTypeMapper(MimeTypeMapper mimeTypeMapper)
public void setUuidGenerator(UuidGenerator uuidGenerator)
public UuidGenerator getUuidGenerator()
This work is licensed under a Creative Commons Attribution 4.0 International License.