net.agmodel.utility
Class ServletWriter
java.lang.Object
|
+--net.agmodel.utility.ServletWriter
- public class ServletWriter
- extends Object
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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServletWriter
public ServletWriter()
postObjects
public static ObjectInputStream postObjects(URL servlet,
Serializable[] objs)
throws Exception
Exception