org.problets.lib.comm
Class XMLCommunicator

java.lang.Object
  extended by org.problets.lib.comm.XMLCommunicator
All Implemented Interfaces:
java.io.Serializable

public class XMLCommunicator
extends java.lang.Object
implements java.io.Serializable

To relay email to a server other than the one that hosted the applet

Author:
Harsh Shah
See Also:
Serialized Form

Constructor Summary
XMLCommunicator()
           
 
Method Summary
 void closeConnection()
           
static void main(java.lang.String[] args)
           
 void runClient()
           
 void sendMail(java.util.Vector message)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLCommunicator

public XMLCommunicator()
Method Detail

runClient

public void runClient()

sendMail

public void sendMail(java.util.Vector message)

closeConnection

public void closeConnection()

main

public static void main(java.lang.String[] args)