}
@Override
public void send_request(ClientRequestInfo ri) throws ForwardRequest
{
Current current = getPICurrent(orb);
Any any = orb.create_any();
any.insert_string("Some Information to other interception point");
try
{
current.set_slot(slot, any);
}
catch (InvalidSlot e)
{
throw new INTERNAL("Invalid Slot access");
}