p12f.exe.pasarelapagos.utils
Class BatchUrlCaller

java.lang.Object
  extended byp12f.exe.pasarelapagos.utils.BatchUrlCaller

public class BatchUrlCaller
extends java.lang.Object


Constructor Summary
BatchUrlCaller()
           
 
Method Summary
static void main(java.lang.String[] argv)
          argv[0] - URI argv[1] - Método de llamada a la URI (GET/POST) argv[2..n] - Parámetros
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchUrlCaller

public BatchUrlCaller()
Method Detail

main

public static void main(java.lang.String[] argv)
                 throws java.io.IOException
argv[0] - URI argv[1] - Método de llamada a la URI (GET/POST) argv[2..n] - Parámetros

Parameters:
argv -
Throws:
java.io.IOException