Business Components

oracle.jbo.domain
Interface XMLDomainFactory


public 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.

Since:
JDevloper 4.0

Method Summary
 DomainInterface createDomainFromXMLElement(org.w3c.dom.Element element)
           
 

Method Detail

createDomainFromXMLElement

public DomainInterface createDomainFromXMLElement(org.w3c.dom.Element element)

Business Components