Remove ClientFactory hard dependency from remote interface name
---------------------------------------------------------------

                 Key: XMLRPC-126
                 URL: http://issues.apache.org/jira/browse/XMLRPC-126
             Project: XML-RPC
          Issue Type: Improvement
    Affects Versions: 3.0
            Reporter: Eugene Prokopiev


Hi,

It can be usefull to remove ClientFactory hard dependency from remote interface 
name, so client code will be looks like:

ClientFactory factory = new ClientFactory(client);
IManager manager = (IManager)factory.newInstance(IManager.class, "manager");
String result = manager.init();

In this case interface can be associated with any convenient remote object

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to