marquee.xmlrpc.testing
Class SpellingChecker

java.lang.Object
  extended bymarquee.xmlrpc.testing.SpellingChecker

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)

Constructor Summary
SpellingChecker()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpellingChecker

public SpellingChecker()
Method Detail

main

public static void main(java.lang.String[] args)