Interface | Description |
---|---|
MComponent |
Interface for all components.
|
MMessageFormat |
The TIBCO Adapter SDK suppports message formats declared in this interface.
|
MNodeImpl | |
MObject | |
MProperties |
This interface is a facility for reading name-value pairs.
|
MPropertyAttribute |
The SDK creates instances of this class in response to a call to
MProperties.elements(String) or to MPropertyElement.elements() . |
MPropertyElement |
The SDK creates instances of this class in response to calls to
MProperties.elements(String) and MPropertyElement.elements() . |
MPropertyText |
Instances of this class are created on response to call to
MProperties.elements(String)
to wrap information on free text defined in the XML file. |
MTransformationPluginFactory |
The
MTransformationPluginFactory is used to generate/produce
an instance of MTransformationPlugin. |
MTreeImpl |
The
MTree class provides a tree-type structure for data representation. |
Class | Description |
---|---|
MAdapterServiceInfo |
The
MAdapterServiceInfo class allows adapter writers to
specify a list of services. |
MApp |
The purpose of this class is to:
Manage start-up configuration and initialization.
|
MAppImpl | |
MAppProperties |
Encapsulate properties
associated with an
MApp application manager. |
MBaseComponent |
This class implements the
MComponent interface. |
MComponentRegistry |
Registry in which the SDK stores objects that implement
MComponent . |
MConfigurationUtilities |
Allow specialized applications direct control over the creation of components and
metadata from configuration information.
|
MDefaultDispatcher | |
MHostInfo |
The
MHostInfo class is used with the TIBCO Service Wrapper. |
MMessageBundle |
The TIBCO Adapter SDK provides a predefined collection of error messages.
|
MNode | Deprecated
as of TIBCO Adapter SDK 5.0.0.
|
MPlugin |
Class to implement plug-in behavior.
|
MPropertiesRegistry |
Applications can use more than one
MProperties instance and access each
instance as needed through the MPropertiesRegistry for the application. |
MRvNodeImpl |
The
MNode class encapsulates a self-describing data unit. |
MRvTreeEnumImpl | |
MRvTreeImpl |
The
MTree class provides a tree-type structure for data representation. |
MServiceState | |
MTrackingInfo |
Provide support for end to end tracability of documents or messages throughout the system.
|
MTransformationPlugin |
This class provides a means for adapter developers to setup their own
low-level plugins to operate against inbound or outbound messages.
|
MTree |
The
MTree class provides two types of structures for data representation. |
MUserApplicationState |
This class is used in conjunction with MHostInfo.
|
MVersion |
Root exception class for this suite of packages.
|
MXmlProperties |
Provide a MProperties implementation given Xml file or content
|
Exception | Description |
---|---|
MDuplicateException |
Exception to be thrown on detection of duplication.
|
MException |
Root exception class for this suite of packages.
|
MInvalidInputException |
Exeption to be thrown on any invalid input value.
|
MNestedException |
Exception containing another exception.
|
MRestrictedMethodException |
Exception thrown when an application attempts to invoke methods whose access
is restricted.
|
MRuntimeException |
Root runtime exception class for this suite of packages.
|
MTimeoutException |
Exception to be thrown on time-out condition
|