createDataObject method

Use the createDataObject method to create an empty data object of the given namespace URI and type name.

Purpose

The createDataObject method creates an empty data object of the given namespace URI and type name.

Parameters

nsURI
Specifies the namespace URI of the type.
typeName
Specifies the name of the type.

Returns

An empty data object of the given namespace URI and type name.

Exceptions

Signature

Public DataObject createDataObject(String nsURI, String typeName) throws WIMException, RemoteException


Terms of use | Feedback