public class DmwObjectFactory extends Object
| Constructor and Description |
|---|
DmwObjectFactory(SchemaManager sm) |
| Modifier and Type | Method and Description |
|---|---|
DmwWrapper |
createWrapper(DmcUncheckedObject uco)
This function will attempt to instantiate the correct type of wrapper derivative
for the unchecked object passed in.
|
public DmwObjectFactory(SchemaManager sm)
public DmwWrapper createWrapper(DmcUncheckedObject uco) throws ResultException, DmcValueException, ClassNotFoundException, DmcNameClashException
Likewise, if there are object references, they will NOT BE RESOLVED!
You must perform resolution of the references elsewhere, perhaps using the default name resolution mechanism of the DmwWrapperBase.
uco - The unchecked object.ResultExceptionDmcValueExceptionClassNotFoundExceptionDmcNameClashExceptionCopyright © 2023. All rights reserved.