* create a response.
*/
public void sendMessage(String aText) {
theirLogger.finest("----- sendMessage ----->");
// Try to create a request based on the text the GUI passed in.
SipMessage msg = null;
try {
msg = itsController.createRequest(aText);
}
catch (BackendException e1){
// TODO: clean up yucky use of exceptions for flow-of-control