Uses of Interface
org.ow2.clif.server.api.BladeInsertResponse

Packages that use BladeInsertResponse
org.ow2.clif.probe.util Generic, abstract Insert components implementation to ease the development of probe inserts. 
org.ow2.clif.server.lib Clif server implementation, and typical implementation of a blade as an assembly of 4 sub-components, namely the insert adapter, the insert, the data collector and the storage proxy. 
 

Uses of BladeInsertResponse in org.ow2.clif.probe.util
 

Fields in org.ow2.clif.probe.util declared as BladeInsertResponse
protected  BladeInsertResponse AbstractDumbInsert.bir
           
 

Uses of BladeInsertResponse in org.ow2.clif.server.lib
 

Classes in org.ow2.clif.server.lib that implement BladeInsertResponse
 class BladeInsertAdapterImpl
          Implementation of a Blade Insert Adapter component (kind of an asynchronous wrapper to the Blade Insert component).