| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | CciOperations.execute(InteractionSpec spec,
        RecordCreator inputCreator,
        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,
        Record inputRecord,
        RecordExtractor outputExtractor)Execute the specified interaction on an EIS with CCI. | 
|  Object | CciTemplate.execute(InteractionSpec spec,
        Record inputRecord,
        RecordExtractor outputExtractor) | 
| Uses of RecordExtractor in org.springframework.jca.cci.object | 
|---|
| Classes in org.springframework.jca.cci.object that implement RecordExtractor | |
|---|---|
| protected  class | MappingRecordOperation.RecordExtractorImplImplementation of RecordExtractor that calls the enclosing class's extractOutputDatamethod. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||