Hello there,
The XSD2JavaGenerator has a feature to enable/disable coding for notification.
Can anyone point me to a tutorial/example about how this notification feature
works and what it is used for? There seems to be nothing in the samples in
the SDO release distribution archives (as revealed by a text search on
“notify”).
Another question: when would I explicitly use the
Factory.register(HelperContext),
of the generated factory classes and how does it relate to coding like this:
HelperContext scope = createScopeForTypes();
loadTypesFromXMLSchemaFile(scope, mytypes.xsd);
DataObject myobj = scope.getDataFactory().create(mynamespace,
"desiredType");
Again, there doesn't seem to be an example, or I have overlooked it.
-- Sebastian