|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--javamath.util.ServletWriter
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 |
public ServletWriter()
| Method Detail |
public static java.io.ObjectInputStream postObjects(java.net.URL servlet,
java.io.Serializable[] objs)
throws java.lang.Exception
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||