| |||||||||||||
|
|
| Resolution Date: | 23/Nov/06 09:37 PM |
| Description | « Hide |
|
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 |
| All | Comments | Work Log | Change History | Subversion Commits |
Sort Order:
|
| Field | Original Value | New Value |
| Attachment | ClientFactory.java [ 12344879 ] |
| Attachment | ClientFactory.diff [ 12344936 ] |
| Repository | Revision | Date | User | Message |
| ASF | #478678 | Thu Nov 23 21:36:41 UTC 2006 | jochen | The ClientFactory is now able to use a custom name for the remote handler. So far, it was always using the interface name. PR: Submitted-by: Eugene Prokopiev, prokopiev@stc.donpac.ru |
| Files Changed | ||||
|
MODIFY
/webservices/xmlrpc/trunk/src/changes/changes.xml
MODIFY /webservices/xmlrpc/trunk/pom.xml MODIFY /webservices/xmlrpc/trunk/client/src/main/java/org/apache/xmlrpc/client/util/ClientFactory.java |
| Assignee | Jochen Wiedmann [ jochen@apache.org ] | |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |