com.flat502.rox.demo
Class RMIClientDemo

java.lang.Object
  extended by com.flat502.rox.demo.RMIClientDemo

public class RMIClientDemo
extends java.lang.Object

A demo client illustrating the HttpRpcClient.proxyObject(String, Class) method.


Constructor Summary
RMIClientDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Call each of the exposed methods on the remote demo server.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RMIClientDemo

public RMIClientDemo()
Method Detail

main

public static void main(java.lang.String[] args)
Call each of the exposed methods on the remote demo server.

Parameters:
args - A list of parameters. Only the first is used and if present must be the URL of the remote server. This defaults to http://localhost:8080/ if not specified.