Community
Participate
Working Groups
We need common factory for RemoteCalls. o.e.e.remoteservice.rest contains its own RestCallFactory, this factory can be example for RemoteCallFactory.
I committed o.e.e.remoteservices.RemoteCallFactory
Does "rest" have to appear in the generic interface? org.eclipse.ecf.remoteservice.RemoteCallFactory.createRestCall(String)
A "@since 5.0" class level tag is missing which causes a API problem.
(In reply to comment #3) > A "@since 5.0" class level tag is missing which causes a API problem. I've fixed the @since, the javadocs problem (referring to IRestCall rather than IRemoteCall javadocs), and renamed the method/1 createRemoteCall. Pavel I didn't mean to step on your toes by making these fixes...I just figured it would be easiest to make and commit them.