Re: Proxy-based API genaration (two or more interaces)

2016-02-24 Thread Sergey Beryozkin
Hi On 24/02/16 13:42, Vjacheslav V. Borisov wrote: Hi! Currently it is possible to write server side resource implementing two interfaces at the same time Eg,. public class SomeResource implements OneResourceInterface, TwoResourceInterface does it possible to generate Proxy-based client

Proxy-based API genaration (two or more interaces)

2016-02-24 Thread Vjacheslav V. Borisov
Hi! Currently it is possible to write server side resource implementing two interfaces at the same time Eg,. public class SomeResource implements OneResourceInterface, TwoResourceInterface does it possible to generate Proxy-based client based on more that one interface?