WebLogic Integration


Uses of Package
com.bea.wlai.common

Packages that use com.bea.wlai.common
com.bea.adapter.event The com.bea.adapter.event package contains classes that provide a basic event generator. 
com.bea.adapter.web The com.bea.adapter.web package contains classes that support the development of a design-time Web application for deploying and managing application views. 
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. 
com.bea.wlai.event Provides the WebLogic Application Integration interfaces/classes for working with events. 
 

Classes in com.bea.wlai.common used by com.bea.adapter.event
IEvent
          Represents the occurrence of an event.
IEventDefinition
          Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
 

Classes in com.bea.wlai.common used by com.bea.adapter.web
IApplicationViewDescriptor
          Represents the metadata for an ApplicationView (e.g.
IDocumentDescriptor
          This is an interface describing a class of documents that all conform to the same schema, and have the same root element name.
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.
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.
QualifiedName
          Represents a qualified name including a namespace and the object's name.
 

Classes in com.bea.wlai.common used by com.bea.wlai.client
DuplicateNameException
          An exception indicating that more than one object exists with a given name.
IApplicationViewDescriptor
          Represents the metadata for an ApplicationView (e.g.
IConnectionFactoryDescriptor
          Represents the metadata for a connection factory within a J2EE Connector Architecture (J2EE Connector Architecture) engine.
IEvent
          Represents the occurrence of an event.
IEventDefinition
          Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
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.
INamespace
          Represents a WLAI namespace.
INamespaceObject
          Represents any object that can exist in a namespace.
ISchemaDescriptor
          Represents the metadata for an Schema Document
NamespaceObjectHandle
          Represents a handle to an object within a namespace.
QualifiedName
          Represents a qualified name including a namespace and the object's name.
 

Classes in com.bea.wlai.common used by com.bea.wlai.common
AbstractDescriptor
          Base class for all descriptors.
AbstractPropertiedDescriptor
          Implements a descriptor that can contain a set of properties (name/value).
DescriptorFactory
          A factory class used for creating descriptors without their own dedicated factory.
DuplicateNameException
          An exception indicating that more than one object exists with a given name.
EventHeader
          Contains metadata for an Event
IApplicationViewDescriptor
          Represents the metadata for an ApplicationView (e.g.
IConnectionFactoryDescriptor
          Represents the metadata for a connection factory within a J2EE Connector Architecture (J2EE Connector Architecture) engine.
IDescriptor
          A base interface for all WLAI descriptors, providing for XML input/output and Serialize ability.
IDocumentDescriptor
          This is an interface describing a class of documents that all conform to the same schema, and have the same root element name.
IEvent
          Represents the occurrence of an event.
IEventDefinition
          Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
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.
INamespace
          Represents a WLAI namespace.
INamespaceObject
          Represents any object that can exist in a namespace.
IPropertiedDescriptor
          Represents a descriptor that can contain a set of properties (name/value).
IRequestDefinition
          This interface embodies all the metadata about a request document.
IResponseDefinition
          This interface embodies all the metadata about a response document.
ISchemaDescriptor
          Represents the metadata for an Schema Document
IServiceDefinition
          Defines a service (a named business function) in terms of its request and response document types and a set of implementation specific properties.
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.
NamespaceObject
          An implementation of the INamespaceObject interface.
QualifiedName
          Represents a qualified name including a namespace and the object's name.
 

Classes in com.bea.wlai.common used by com.bea.wlai.event
IEvent
          Represents the occurrence of an event.
IEventDefinition
          Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
 


WebLogic Integration

WebLogic Integration (WLI)