Business Components

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

Method Summary
TypeMethod
 java.lang.Object createDomainFromSerializedXML(Element element)
           
 

Method Detail

createDomainFromSerializedXML

public java.lang.Object createDomainFromSerializedXML(Element element)

Business Components