* this method decodes them and puts them into the corresponding
* instance variables (requestStartTime, requestEndTime, replyEndTime).
*/
private void getTimingPolicies()
{
ServiceContext ctx = in.getServiceContext(INVOCATION_POLICIES.value);
if (ctx != null)
{
CDRInputStream input = new CDRInputStream (null, ctx.context_data);
input.openEncapsulatedArray();
PolicyValue[] p = PolicyValueSeqHelper.read (input);