org.openamf.test
Class RemotingTester

java.lang.Object
  extended byorg.openamf.test.RemotingTester

public class RemotingTester
extends java.lang.Object

Version:
$Revision: 1.1 $, $Date: 2003/08/20 20:35:23 $
Author:
Jason Calabrese

Constructor Summary
RemotingTester()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static AMFMessage sendMessage(java.lang.String gateway, AMFMessage requestMessage)
           
static AMFMessage sendMessage(java.lang.String gateway, java.lang.String target, java.lang.String response, java.util.List parameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotingTester

public RemotingTester()
Method Detail

sendMessage

public static AMFMessage sendMessage(java.lang.String gateway,
                                     java.lang.String target,
                                     java.lang.String response,
                                     java.util.List parameters)
                              throws java.io.IOException,
                                     org.apache.commons.httpclient.HttpException
Throws:
java.io.IOException
org.apache.commons.httpclient.HttpException

sendMessage

public static AMFMessage sendMessage(java.lang.String gateway,
                                     AMFMessage requestMessage)
                              throws java.io.IOException,
                                     org.apache.commons.httpclient.HttpException
Throws:
java.io.IOException
org.apache.commons.httpclient.HttpException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException
Throws:
java.io.IOException