public static CodeSetComponent createFromString(String str) {
ORBUtilSystemException wrapper = ORBUtilSystemException.get(
CORBALogDomains.RPC_ENCODING ) ;
if (str == null || str.length() == 0)
throw wrapper.badCodeSetString() ;
StringTokenizer stok = new StringTokenizer(str, ", ", false);
int nativeSet = 0;
int conversionInts[] = null;