WebLogic Integration


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

Packages that use IPropertiedDescriptor
com.bea.wlai.common Provides the WebLogic Application Integration commonly used interfaces/classes. 
 

Uses of IPropertiedDescriptor in com.bea.wlai.common
 

Subinterfaces of IPropertiedDescriptor in com.bea.wlai.common
 interface IConnectionFactoryDescriptor
          Represents the metadata for a connection factory within a J2EE Connector Architecture (J2EE Connector Architecture) engine.
 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 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 IPropertiedDescriptor
 class AbstractPropertiedDescriptor
          Implements a descriptor that can contain a set of properties (name/value).
 class ConnectionFactoryDescriptor
          An implementation of the IConnectionFactoryDescriptor interface for use by the WLAI server.
 class EventDescriptor
          An implementation of the IEventDescriptor interface for use by the WLAI server.
 class ServiceDescriptor
          An implementation of the IServiceDescriptor interface for use by the WLAI server.
 


WebLogic Integration

WebLogic Integration (WLI)