public SASTargetInterceptor(ORBInitInfo info)
throws UnknownEncoding, ConfigurationException
{
sasReplySlotID = info.allocate_slot_id();
sasContextsCubby = org.jacorb.orb.giop.GIOPConnection.allocate_cubby_id();
Encoding encoding =
new Encoding(ENCODING_CDR_ENCAPS.value, (byte) 1, (byte) 0);
codec =
info.codec_factory().create_codec(encoding);
orb = ((org.jacorb.orb.portableInterceptor.ORBInitInfoImpl)info).getORB ();
configure( orb.getConfiguration());