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
createDomainFromXMLElement
public DomainInterface createDomainFromXMLElement(Element element)
Copyright © 1997, 2004, Oracle. All rights reserved.