WebLogic Integration


Uses of Interface
com.bea.wlai.common.INamespaceObject

Packages that use INamespaceObject
com.bea.wlai.client Provides the WebLogic Application Integration client-side interfaces/classes. 
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of INamespaceObject in com.bea.wlai.client
 

Methods in com.bea.wlai.client that return INamespaceObject
 INamespaceObject NamespaceManager.getObject(NamespaceObjectHandle handle)
          Get a namespace object from a namespace object handle.
 

Uses of INamespaceObject in com.bea.wlai.common
 

Subinterfaces of INamespaceObject in com.bea.wlai.common
 interface IApplicationViewDescriptor
          Represents the metadata for an ApplicationView (e.g.
 interface IConnectionFactoryDescriptor
          Represents the metadata for a connection factory within a J2EE Connector Architecture (J2EE Connector Architecture) engine.
 interface INamespace
          Represents a WLAI namespace.
 interface ISchemaDescriptor
          Represents the metadata for an Schema Document
 

Classes in com.bea.wlai.common that implement INamespaceObject
 class ApplicationViewDescriptor
          Represents the metadata for an ApplicationView (e.g.
 class ConnectionFactoryDescriptor
          An implementation of the IConnectionFactoryDescriptor interface for use by the WLAI server.
 class Namespace
          An implementation of the INamespace interface.
 class NamespaceObject
          An implementation of the INamespaceObject interface.
 class SchemaDescriptor
          Represents the metadata for an Schema Document
 

Constructors in com.bea.wlai.common with parameters of type INamespaceObject
NamespaceObjectHandle.NamespaceObjectHandle(INamespaceObject obj)
          Construct a new NamespaceObjectHandle that refers to the given INamespaceObject object.
 


WebLogic Integration

WebLogic Integration (WLI)