CentraSite 10.7 | CentraSite Developer's Guide | Importing Objects Using API | Invoking Importer from Java Program | Importing Web Service | Setter Methods | setUsedObject
 
setUsedObject
Sets a registry object that will point to the imported service with a Uses association. That is, the imported service is used by the specified object.
Syntax
public void setUsedObject(RegistryObject usedObject)
Parameters
RegistryObject usedObject
The registry object that will point to the imported service.
Usage Notes
Optional.