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