public class SpellingChecker
extends java.lang.Object
Shows how a Java interface may be used to create a proxy to an XML-RPC server. Making
an interface for the Mail To The Future service would further indicate the how much you
gain by using a proxy. All methods are neatly collected in the interface, and you receive
compile time checking of argument types and IDE code completion.
- Since:
- JDK 1.3
- Version:
- $Revision: 1.3 $
- Author:
- Greger Ohlson (greger.ohlson@marquee.se)