public interface AttributeReadInterceptor
| Modifier and Type | Method and Description |
|---|---|
void |
handleAttribute(DmcInputStreamIF dis,
DmcAttribute<?> attr)
Derived classes should perform whatever conversion logic is required
on the specified attribute.
|
void handleAttribute(DmcInputStreamIF dis, DmcAttribute<?> attr) throws Exception
dis - the input stream.attr - the attribute container that was constructed at the current version
of the schema.ExceptionCopyright © 2023. All rights reserved.