The {@link AnnotationClientFactory} is a useful tool for simplifying theuse of Apache XML-RPC. The rough idea is as follows: All XML-RPC handlers are implemented as interfaces. The server uses the actual implementation. The client uses the {@link AnnotationClientFactory} toobtain an implementation, which is based on running XML-RPC calls.
|
|
|
|