Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


oracle.jbo.domain
Interface XMLDomainFactory

All Superinterfaces:
XMLValueFactory

public interface XMLDomainFactory
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
 DomainInterface createDomainFromXMLElement(Element element)
           

 

Method Detail

createDomainFromXMLElement

public DomainInterface createDomainFromXMLElement(Element element)

Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Copyright © 1997, 2005, Oracle. All rights reserved.