// decisions, but we don't use the contents.
if (request.getGIOPVersion().equals(GIOPVersion.V1_0)) {
return true;
}
CodeSetServiceContext cssc = (CodeSetServiceContext)sc ;
CodeSetComponentInfo.CodeSetContext csctx = cssc.getCodeSetContext();
// Note on threading:
//
// getCodeSetContext and setCodeSetContext are synchronized
// on the Connection. At worst, this will result in