ComponentType class

An abstract base class, which represents a Control‑M/EM component used with Control‑M/EM API.

When you send a request, the Control‑M/EM component (which the request is refers to) is not indicated in the request. Instead, the ComponentType instance refers the request instance to the appropriate component.

The GSRComponent class is derived from the ComponentType class. This class is used when creating an instance of the EMXMLInvoker or the EMBasicXMLInvoker. For more information about the EMXMLInvoker and EMBasicXMLInkover see the following:

Parent Topic

Control-M/EM API Class references