return getMessage(msg, replyContents);
}
// Now build a Greetee object from the Greetee element in the message.
try {
greetee.buildObjectFromInput(eGreetee);
}
catch (EnterpriseLayoutException ele) {
// There was an error building the Greetee object from a Greetee
// element.
String errType = "application";