Uses of Interface
com.mulesoft.adapter.module.OperationHandler

Packages that use OperationHandler
com.mulesoft.adapter.module   
com.mulesoft.adapter.module.salesforce   
 

Uses of OperationHandler in com.mulesoft.adapter.module
 

Classes in com.mulesoft.adapter.module that implement OperationHandler
 class AbstractOperationHandler
          Base OperationHandler implementation relying on a DynamicModule to handle operations.
 

Methods in com.mulesoft.adapter.module that return OperationHandler
protected  OperationHandler AbstractPIModule.getOperationHandler(com.sap.engine.interfaces.messaging.api.Message message)
           
 

Methods in com.mulesoft.adapter.module with parameters of type OperationHandler
protected  void AbstractPIModule.register(OperationHandler handler)
          Register an OperationHandler with this PIModule.
 

Uses of OperationHandler in com.mulesoft.adapter.module.salesforce
 

Classes in com.mulesoft.adapter.module.salesforce that implement OperationHandler
 class CreateOperationHandler
          Provide support for `create` operation.
 class DeleteOperationHandler
          Provide support for `delete` operation.
 class QueryOperationHandler
          Provide support for `query` operation.
 class UpsertOperationHandler
          Provide support for `upsert` operation.
 



Copyright © 2012. All Rights Reserved.