The Spring Framework

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

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 CciTemplate.execute(InteractionSpec spec, RecordCreator inputCreator)
           
 Record CciOperations.execute(InteractionSpec spec, RecordCreator inputCreator)
          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.
 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.RecordCreatorImpl
          Implementation of RecordCreator that calls the enclosing class's createInputRecord method.
 

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.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.