*/
public WSIFMessage getContext() throws WSIFException {
Trc.entry(this);
WSIFMessage contextCopy;
if (this.context == null) {
contextCopy = new WSIFDefaultMessage();
} else {
try {
contextCopy = (WSIFMessage) this.context.clone();
} catch (CloneNotSupportedException e) {
throw new WSIFException(