WebLogic Integration


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

Packages that use IDescriptor
com.bea.wlai.common   
 

Uses of IDescriptor in com.bea.wlai.common
 

Subinterfaces of IDescriptor 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 IDocumentDescriptor
          This is an interface describing a class of documents that all conform to the same schema, and have the same root element name.
 interface IEventDescriptor
          Describes the metadata for a class of events, including the schema that describes the content of the event payload at runtime, and root element name within that schema.
 interface IPropertiedDescriptor
          Represents a descriptor that can contain a set of properties (name/value).
 interface IServiceDescriptor
          Describes the metadata for a service on an ApplicationView, including the service's name, and document descriptors for both the request and response document types for the service.
 

Classes in com.bea.wlai.common that implement IDescriptor
 class AbstractDescriptor
          Base class for all descriptors.
 class AbstractPropertiedDescriptor
           
 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 DocumentDescriptor
          This interface embodies all the metadata about a document type.
 class EventDescriptor
          An implementation of the IEventDescriptor interface for use by the WLAI server.
 class SchemaDescriptor
          Represents the metadata for an Schema Document
 class ServiceDescriptor
          An implementation of the IServiceDescriptor interface for use by the WLAI server.
 


WebLogic Integration

WebLogic Integration (WLI)