This is designed to provide a functional interface to a communication infrastructure for BMLT satellites. It communicates with the root server using the XML variant of the REST interface.
This class will not use a class to hold transactions or parameters. This is because the fox ain't worth the chase (http://philip.greenspun.com/humor/eecs-difference-explained) That being said, transactions can be serialized and restored. This class is to be used as a "driver," not a communication stack. It is up to the implementation to do things like manage multiple transactions and whatnot.
1.7.1