|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.ninecode.email.connector.EmailRecordFactory
A generator of Record objects.
| Constructor Summary | |
EmailRecordFactory()
Creates a new instance of EmailRecordFactory. |
|
| Method Summary | |
IndexedRecord |
createIndexedRecord(String name)
Creates a IndexedRecord. |
MappedRecord |
createMappedRecord(String name)
Creates a MappedRecord. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EmailRecordFactory()
| Method Detail |
public IndexedRecord createIndexedRecord(String name)
throws ResourceException
createIndexedRecord in interface RecordFactoryname - Name of the Record.
ResourceException - Failed to create an IndexedRecord.
Example error cases are:
NotSupportedException - Operation not supported.
public MappedRecord createMappedRecord(String name)
throws ResourceException
createMappedRecord in interface RecordFactoryname - Name of the Record.
ResourceException - Failed to create a MappedRecord.
Example error cases are:
NotSupportedException - Operation not supported.
|
Email Answering System Version 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||