Producer Object Model Architecture
The Microsoft Producer object model uses Microsoft Component Object Model (COM) technology. The functionality for e-services is distilled into a set of programming interfaces; you can write programming code that uses these interfaces by using Microsoft JScript.
The scripting languages use the concept of objects to contain programming functionality. The Producer object model uses several objects to divide the methods, properties, and events into a logical organization that groups semantically related functions together. The primary objects are the core Application object and other objects that can be accessed through its specific properties.
There are additional objects that you may use when creating e-services. You can use these objects as return values from methods or as parameter values that can be passed to a method as an argument.
The following diagram illustrates the organization of the supported objects of the Producer object model.

© 2001-2003 Microsoft Corporation. All rights reserved.