Implementation of the CCI RecordFactory interface that always throws NotSupportedException.
Useful as a placeholder for a RecordFactory argument (for example as defined by the RecordCreator callback), in particular when the connector's ConnectionFactory.getRecordFactory()
implementation happens to throw NotSupportedException early rather than throwing the exception from RecordFactory's methods.
@author Juergen Hoeller
@since 1.2.4
@see org.springframework.jca.cci.core.RecordCreator#createRecord(javax.resource.cci.RecordFactory)
@see org.springframework.jca.cci.core.CciTemplate#getRecordFactory(javax.resource.cci.ConnectionFactory)
@see javax.resource.cci.ConnectionFactory#getRecordFactory()
@see javax.resource.NotSupportedException