/**
* This method was created by a SmartGuide.
* @param counterPart org.omg.CORBA.Object
*/
public static ObjectRepresentant create(org.omg.CORBA.Object counterPart) {
TypeSystemNode typeSystemNode =
(IRInterface)RemoteTypeSystem.createTypeSystemNode(
InterfaceDefHelper.narrow( counterPart._get_interface_def()));
return create(counterPart,typeSystemNode,null);
}