oracle.jbo.domain
Interface XMLDomainReaderFactory
- All Superinterfaces:
- XMLValueFactory
- public interface XMLDomainReaderFactory
- extends XMLValueFactory
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.
- Since:
- JDevloper 4.0
createDomainFromSerializedXML
public java.lang.Object createDomainFromSerializedXML(Element element)
Copyright © 1997, 2004, Oracle. All rights reserved.