com.languagecomputer.client
Class SimpleWebClient

java.lang.Object
  extended by com.languagecomputer.client.SimpleWebClient

public class SimpleWebClient
extends Object

Simple web service client.

Since:
1.0
Author:
Matthew Titsworth

Constructor Summary
SimpleWebClient()
           
 
Method Summary
static void main(String[] args)
          Client driver, called from command line.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWebClient

public SimpleWebClient()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Client driver, called from command line.

Parameters:
args - Command line arguments.
Throws:
Exception - In case of service call failure.


Copyright © 2009. All Rights Reserved.