bioagent
Class Gateway

java.lang.Object
  extended by bioagent.Gateway

public class Gateway
extends java.lang.Object


Constructor Summary
Gateway(java.lang.String url, java.util.Properties parameters)
           
 
Method Summary
 GatewayMessage execute()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Gateway

public Gateway(java.lang.String url,
               java.util.Properties parameters)
Method Detail

main

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

execute

public GatewayMessage execute()