Package com.bea.wlai.common

Provides the WebLogic Application Integration commonly used interfaces/classes.

See:
          Description

Interface Summary
IAdapterDescriptor  
IApplicationViewDescriptor Represents the metadata for an ApplicationView.
IApplicationViewDescriptor.IAdapterInstance This interface defines an internal reference to an adapter instance from within an ApplicationView (acts something like an 'import').
IApplicationViewDescriptor.IConnectionFactory This interface defines an internal reference to a connection factory from within an ApplicationView (acts something like an 'import').
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.
 

Class Summary
EventHeader Contains metadata for an Event
PrincipalMap Contains a set of adapter defined environment variables for an adapter
QualifiedName Represents a qualified name including a namespace and the object's name.
 

Package com.bea.wlai.common Description

Provides the WebLogic Application Integration commonly used interfaces/classes.