The Spring Framework

Uses of Interface
org.springframework.jca.cci.core.RecordExtractor

Packages that use RecordExtractor
org.springframework.jca.cci.core Provides the core JCA CCI support, based on CciTemplate and its associated callback interfaces. 
org.springframework.jca.cci.object The classes in this package represent EIS operations as threadsafe, reusable objects. 
 

Uses of RecordExtractor in org.springframework.jca.cci.core
 

Methods in org.springframework.jca.cci.core with parameters of type RecordExtractor
protected  Object CciTemplate.doExecute(InteractionSpec spec, Record inputRecord, Record outputRecord, RecordExtractor outputExtractor)
          Execute the specified interaction on an EIS with CCI.
 Object CciTemplate.execute(InteractionSpec spec, RecordCreator inputCreator, RecordExtractor outputExtractor)
           
 Object CciOperations.execute(InteractionSpec spec, RecordCreator inputCreator, RecordExtractor outputExtractor)
          Execute the specified interaction on an EIS with CCI.
 Object CciTemplate.execute(InteractionSpec spec, Record inputRecord, RecordExtractor outputExtractor)
           
 Object CciOperations.execute(InteractionSpec spec, Record inputRecord, RecordExtractor outputExtractor)
          Execute the specified interaction on an EIS with CCI.
 

Uses of RecordExtractor in org.springframework.jca.cci.object
 

Classes in org.springframework.jca.cci.object that implement RecordExtractor
protected  class MappingRecordOperation.RecordExtractorImpl
          Implementation of RecordExtractor that calls the enclosing class's extractOutputData method.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.