I - the type of record to marshallO - the type of marshalled recordpublic interface RecordMarshaller<I extends Record,O extends Record> extends RecordProcessor<I,O>
| Modifier and Type | Method and Description |
|---|---|
O |
processRecord(I record)
Marshal a record to a specific format.
|
O processRecord(I record) throws RecordMarshallingException
processRecord in interface RecordProcessor<I extends Record,O extends Record>record - the record to marshal.RecordMarshallingException - if an error occurs during record marshallingCopyright © 2015. All Rights Reserved.