public class DmoObjectFactory extends Object
| Constructor and Description |
|---|
DmoObjectFactory(SchemaManager sm) |
| Modifier and Type | Method and Description |
|---|---|
DmcObject |
createObject(DmcUncheckedObject uco)
This function will attempt to instantiate the correct type of DmcObject derivative
for the unchecked object passed in.
|
public DmoObjectFactory(SchemaManager sm)
public DmcObject createObject(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.ResultExceptionDmcValueExceptionClassNotFoundExceptionClassNotFoundExceptionDmcNameClashExceptionCopyright © 2023. All rights reserved.