Subinterfaces of XMLValueFactory in oracle.jbo.domain |
interface |
XMLDomainFactory
Each domain that can read xml, needs to implement getXMLDomainFactory()
method and return an instance of this interface for an attribute
def to invoke the domain to create an instance for a given xml-node. |
interface |
XMLDomainReaderFactory
Each domain that can read xml, needs to implement getXMLDomainFactory()
method and return an instance of this interface for an attribute
def to invoke the domain to create an instance for a given xml-node. |