invokeExtension method
Invokes an adapter-specific extension function. Some adapters provide functionality beyond the standard CMS API.
invokeExtension(opcode, map)
Parameters
int opcode
Specifies the adapter-specific value which identifies the extension method to invoke.
PropertyMap map
Specifies the collection of adapter-specific parameters to the specified extension method.
Returns
PropertyMap. A PropertyMap populated with adapter-specific content.
Throws
CMSException
Raised for any error calling the extension method.
这对您有帮助吗?