package foundation.icall.callout; public interface IRemoteSourceMeta { String getName(); IRemoteSource createRemoteSource(); }