com.easylink.services.sample
Class QueryFax

java.lang.Object
  extended by com.easylink.services.sample.QueryFax

public class QueryFax
extends java.lang.Object

QueryFax – Query the status of a fax
Usage : –h[host] -p[Port] -e[EmailAddress] -P[Password] -u[UserCode]

Parameters:
- h – The Host Name of the destination service.
- p – The Port of the destination service
- e – The Email Address of the registered account
- P – Password for the registered account
- u - User Code for tracking the fax 20 Char max

Example:

queryfax -hwebservicestest.easylink.com -p8080 -emytest@acme.com –Ppassword0 –u12121212


Constructor Summary
QueryFax()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFax

public QueryFax()
Method Detail

main

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