contextBody.establish_msg(message);
// stuff the SAS context into the outgoing request.
Any any = ORB.init().create_any();
SASContextBodyHelper.insert(any, contextBody);
ServiceContext sc = new ServiceContext(sasContextId, codec.encode_value(any));
ri.add_request_service_context(sc, true /*replace existing context*/);
}
} catch (java.io.UnsupportedEncodingException e) {
throw JacORBMessages.MESSAGES.unexpectedException(e);
} catch (InvalidTypeForEncoding e) {