javamath.util
Class ServletWriter

java.lang.Object
  |
  +--javamath.util.ServletWriter

public class ServletWriter
extends java.lang.Object

AUTHOR: Scott McPherson
EMAIL: scottm@mochamail.com
DATE: October 1, 1999
Copyright (C) 1999 Scott McPherson
This class provides a simple method of posting multiple Serialized objects to a Java servlet and getting objects in return. This code was inspired by code samples from the book 'Java Servlet Programming' by Jason Hunter and William Crawford (O'Reilly & Associates. 1998).


Constructor Summary
ServletWriter()
           
 
Method Summary
static java.io.ObjectInputStream postObjects(java.net.URL servlet, java.io.Serializable[] objs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletWriter

public ServletWriter()
Method Detail

postObjects

public static java.io.ObjectInputStream postObjects(java.net.URL servlet,
                                                    java.io.Serializable[] objs)
                                             throws java.lang.Exception