| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RecordCreator | |
|---|---|
| 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 RecordCreator in org.springframework.jca.cci.core | 
|---|
| Methods in org.springframework.jca.cci.core that return RecordCreator | |
|---|---|
|  RecordCreator | CciTemplate.getOutputRecordCreator()Return a RecordCreator that should be used for creating default output Records. | 
| Methods in org.springframework.jca.cci.core with parameters of type RecordCreator | |
|---|---|
| protected  Record | CciTemplate.createRecord(RecordCreator recordCreator)Invoke the given RecordCreator, converting JCA ResourceExceptions to Spring's DataAccessException hierarchy. | 
|  Record | CciOperations.execute(InteractionSpec spec,
        RecordCreator inputCreator)Execute the specified interaction on an EIS with CCI. | 
|  Record | CciTemplate.execute(InteractionSpec spec,
        RecordCreator inputCreator) | 
|  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) | 
|  void | CciTemplate.setOutputRecordCreator(RecordCreator creator)Set a RecordCreator that should be used for creating default output Records. | 
| Uses of RecordCreator in org.springframework.jca.cci.object | 
|---|
| Classes in org.springframework.jca.cci.object that implement RecordCreator | |
|---|---|
| protected  class | MappingRecordOperation.RecordCreatorImplImplementation of RecordCreator that calls the enclosing class's createInputRecordmethod. | 
| Methods in org.springframework.jca.cci.object with parameters of type RecordCreator | |
|---|---|
|  void | MappingRecordOperation.setOutputRecordCreator(RecordCreator creator)Set a RecordCreator that should be used for creating default output Records. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||