org.optimizationservices.oscommon.communicationagent
Class TestJWSAgent

java.lang.Object
  extended by org.optimizationservices.oscommon.communicationagent.TestJWSAgent

public class TestJWSAgent
extends java.lang.Object

The TestJWSAgent is a test agent for JWS Web Services.

Since:
OS 1.0
Version:
1.0, 03/14/2004
Author:
Robert Fourer, Jun Ma, Kipp Martin

Field Summary
 java.lang.String address
          address holds the address (uri/url) of the Optimization Services (OS) simulation.
 
Constructor Summary
TestJWSAgent()
          Constructor.
TestJWSAgent(java.lang.String address)
          Constructor.
 
Method Summary
 java.lang.String call(java.lang.String input)
          Invoke the Web Services.
static void main(java.lang.String[] args)
          main for test purposes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

address

public java.lang.String address
address holds the address (uri/url) of the Optimization Services (OS) simulation.

Constructor Detail

TestJWSAgent

public TestJWSAgent()
Constructor.


TestJWSAgent

public TestJWSAgent(java.lang.String address)
Constructor.

Parameters:
address - holds the address (uri/url) of the Web Services.
Method Detail

call

public java.lang.String call(java.lang.String input)
Invoke the Web Services.


main

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

Parameters:
argv - command line arguments.