001package co.codewizards.cloudstore.ls.core.invoke; 002 003public interface RemoteObjectProxy { 004 005 ObjectRef getObjectRef(); 006 007}