net.spy.info
Class FedEx
java.lang.Object
net.spy.SpyObject
net.spy.info.Info
net.spy.info.PackageInfo
net.spy.info.FedEx
- public class FedEx
- extends PackageInfo
Get FedEx info.
|
Constructor Summary |
FedEx()
Instantiate a FedEx object with no argument |
FedEx(String airbillNumber)
Get an FedEx object. |
|
Method Summary |
protected void |
getInfo()
getInfo gets the data to be parsed. |
static void |
main(String[] args)
|
protected void |
parseInfo()
parseInfo parses the data into the hinfo Hashtable object. |
String |
toString()
Get a string representation of the info object. |
FedEx
public FedEx(String airbillNumber)
- Get an FedEx object.
- Parameters:
airbillNumber - the item number to look up
FedEx
public FedEx()
- Instantiate a FedEx object with no argument
toString
public String toString()
- Description copied from class:
Info
- Get a string representation of the info object.
- Overrides:
toString in class Info
parseInfo
protected void parseInfo()
throws Exception
- Description copied from class:
Info
- parseInfo parses the data into the hinfo Hashtable object.
It will be called when needed.
- Specified by:
parseInfo in class Info
- Throws:
Exception
getInfo
protected void getInfo()
throws Exception
- Description copied from class:
Info
- getInfo gets the data to be parsed.
- Specified by:
getInfo in class Info
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- Throws:
Exception