public class MongoDbComponent
extends org.apache.camel.impl.UriEndpointComponent
MongoDbEndpoint.| Modifier and Type | Field and Description |
|---|---|
static Set<MongoDbOperation> |
WRITE_OPERATIONS |
| Constructor and Description |
|---|
MongoDbComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters)
Should access a singleton of type Mongo
|
protected void |
doShutdown() |
static CamelMongoDbException |
wrapInCamelMongoDbException(Throwable t) |
createComponentConfiguration, createParameterConfigurationMap, getEndpointClass, getParameterConfigurationMap, populateParameterConfigurationMap, setEndpointClassafterConfiguration, createConfiguration, createEndpoint, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, ifStartsWithReturnRemainder, preProcessUri, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setCamelContext, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIpublic static final Set<MongoDbOperation> WRITE_OPERATIONS
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.impl.DefaultComponentExceptionprotected void doShutdown()
throws Exception
doShutdown in class org.apache.camel.support.ServiceSupportExceptionpublic static CamelMongoDbException wrapInCamelMongoDbException(Throwable t)
Apache Camel