setConfigMOName()

Sets the name of the top-level data-handler meta-object in a static property of the DataHandler base class.

Syntax

public static void setConfigMOName(String name);
 

Parameters

name
String containing the name of the data-handler meta-object.

Return values

None.

Exceptions

Exception
Thrown if the method set the specified top-level data-handler meta-object.

Notes

The top-level data-handler meta-object holds the supported MIME types and the names of their associated child meta-objects. For information on data-handler meta-objects, see Configuring data handlers.

Copyright IBM Corp. 1997, 2003