Uses of Class
org.apache.camel.component.mongodb.MongoDbOperation

Packages that use MongoDbOperation
org.apache.camel.component.mongodb   
 

Uses of MongoDbOperation in org.apache.camel.component.mongodb
 

Methods in org.apache.camel.component.mongodb that return MongoDbOperation
 MongoDbOperation MongoDbEndpoint.getOperation()
           
static MongoDbOperation MongoDbOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MongoDbOperation[] MongoDbOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.camel.component.mongodb with parameters of type MongoDbOperation
protected  void MongoDbProducer.invokeOperation(MongoDbOperation operation, org.apache.camel.Exchange exchange)
          Entry method that selects the appropriate MongoDB operation and executes it
 



Apache CAMEL