+ e);
}
}
protected void performTSAction(int actionToDo, boolean mu, Document doc, RequestData reqData) throws WSSecurityException {
WSAddTimestamp timeStampBuilder =
new WSAddTimestamp(reqData.getActor(), mu);
// add the Timestamp to the SOAP Enevelope
timeStampBuilder.build(doc, decodeTimeToLive(reqData));
}