Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


Uses of Interface
oracle.jbo.XMLInterface

Packages that use XMLInterface
oracle.jbo Contains interfaces for client-side applications. 
oracle.jbo.common Contains the implementation of components shared by thin clients and the middle tier. 
oracle.jbo.common.ws   
oracle.jbo.server Contains the implementation of middle tier components. 
oracle.jbo.server.ejb.facade   

 

Uses of XMLInterface in oracle.jbo

 

Subinterfaces of XMLInterface in oracle.jbo
 interface Row
          This interface provides access to rows.
 interface RowSet
          Defines the middle-tier representation of a set of table rows.
 interface ViewObject
          Defines the presentation of the Entity Objects selected by an SQL statement.

 

Classes in oracle.jbo that implement XMLInterface
 class ViewCriteriaRow
          An array containing criteria for the individual attributes of a View Object's WHERE clause.

 

Uses of XMLInterface in oracle.jbo.common

 

Methods in oracle.jbo.common with parameters of type XMLInterface
static Node JboXMLUtil.writeAndProcessXML(XMLInterface obj, int depthCount, long options, XSLStylesheet xslt)
           
static Node JboXMLUtil.writeAndProcessXML(XMLInterface obj, long options, com.sun.java.util.collections.HashMap map, XSLStylesheet xslt)
           
static void JboXMLUtil.processAndReadXML(XMLInterface obj, Element elem, int depthCount, XSLStylesheet xslt)
           

 

Uses of XMLInterface in oracle.jbo.common.ws

 

Classes in oracle.jbo.common.ws that implement XMLInterface
 class WSRowSetImpl
           
 class WSViewObjectImpl
           

 

Uses of XMLInterface in oracle.jbo.server

 

Subinterfaces of XMLInterface in oracle.jbo.server
 interface Entity
          This interface is for BC4J Entity Objects.

 

Classes in oracle.jbo.server that implement XMLInterface
 class EJBEntityImpl
           
 class EntityImpl
          This class implements the middle-tier representations of database rows.
 class EntityRowSetImpl
          EntityRowSetImpl represents the ResultSet of an association.
 class RowImpl
          Base class for Entity Rows and View Object Rows.
(package private)  class oracle.jbo.server.RowSetImpl
          Internal: Applications should not use this class.
 class ViewObjectImpl
          The implementation of the ViewObject interface, the middle-tier class that manages database queries and the view rows that result from executing queries.
 class ViewRowImpl
          A View Object Row.
 class ViewRowSetImpl
          The middle-tier class that manages collections of view rows that result from executing a query.

 

Uses of XMLInterface in oracle.jbo.server.ejb.facade

 

Classes in oracle.jbo.server.ejb.facade that implement XMLInterface
 class EntityFacadeImpl
          Abstract base class for Entity Facade.
 class FinderViewImpl
          Abstract base class for Finder-Based View Object.

 


Oracle9i Business Components for Java API Reference
Oracle9i Jdeveloper (9.0.4)
B10391-01


 

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