235236237238239240241242243244245246247
* the length of context data. */ error(MessageID.ERROR_NO_WORK_CONTEXT_FACTORY, key, className); return null; } else { WLSContext ctx = factory.createInstance(); if (ctx != null) { ctx.readContext(ois); } value = ctx; } break; default: