// encapsulate context
final CDROutputStream os = new CDROutputStream( orb );
try
{
os.beginEncapsulatedArray();
CodeSetContextHelper.write( os, new CodeSetContext( tcs.getId(), tcsw.getId() ));
return new ServiceContext( TAG_CODE_SETS.value, os.getBufferCopy() );
}
finally
{