I am using Granite Data Services (Java backend) with my Flexclient.The Java server has an Interface called public interface IService {String getServiceName();}The flex client makes a remote service call on the serverPOJO which returns any implementation of the specified interface.On the flex side I ...