// MIOP
if(connection.getTransport() instanceof org.jacorb.orb.miop.ServerMIOPConnection)
{
CDRInputStream uipmcInStream = new CDRInputStream (orb, inStream.req_hdr.target.profile ().profile_data);
uipmcInStream.openEncapsulatedArray ();
UIPMC_ProfileBody upb = UIPMC_ProfileBodyHelper.read (uipmcInStream);
uipmcInStream.close();
for (int i=0; i<upb.components.length; i++)
{
if (upb.components[i].tag == TAG_GROUP.value)