WebLogic Integration


Package com.bea.wlai.common

Provides the WebLogic Application Integration commonly used interfaces/classes.

See:
          Description

Interface Summary
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.
 

Class Summary
AbstractDescriptor Base class for all descriptors.
AbstractPropertiedDescriptor Implements a descriptor that can contain a set of properties (name/value).
ApplicationViewDescriptor Represents the metadata for an ApplicationView (e.g.
ConnectionFactoryDescriptor An implementation of the IConnectionFactoryDescriptor interface for use by the WLAI server.
DescriptorFactory A factory class used for creating descriptors without their own dedicated factory.
DocumentDescriptor This interface embodies all the metadata about a document type.
Event Implements the occurrence of an event.
EventDefinition Defines an event type (a business occurrence) in terms of a document type, and a set of implementation specific properties.
EventDescriptor An implementation of the IEventDescriptor interface for use by the WLAI server.
EventHeader Contains metadata for an Event
LogManager A class used for logging messages with Loglevels of "debug", "info", "warning", "error" to a weblogic.common.T3Services log.
Namespace An implementation of the INamespace interface.
NamespaceObject An implementation of the INamespaceObject interface.
NamespaceObjectHandle Represents a handle to an object within a namespace.
QualifiedName Represents a qualified name including a namespace and the object's name.
RequestDefinition An implementation of the IRequestDefinition interface.
ResponseDefinition An implementation of the IResponseDefinition interface.
SchemaDescriptor Represents the metadata for an Schema Document
SerializableIterator An Iterator over an ArrayList that is serializable.
ServiceDefinition An implementation of the IServiceDefinition interface.
ServiceDescriptor An implementation of the IServiceDescriptor interface for use by the WLAI server.
 

Exception Summary
DuplicateNameException An exception indicating that more than one object exists with a given name.
LookupException Exception thrown when any lookup operation fails
 

Package com.bea.wlai.common Description

Provides the WebLogic Application Integration commonly used interfaces/classes.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

WebLogic Integration

WebLogic Integration (WLI)