structValue.read(inputStream);
returnValue = structValue;
break;
case TCKind._tk_except:
ExceptionType exceptionType = (ExceptionType) returnType;
ExceptionValue exceptionValue = new ExceptionValue(exceptionType);
inputStream = (org.omg.CORBA_2_3.portable.InputStream) returned.create_input_stream();
exceptionValue.read(inputStream);
returnValue = exceptionValue;
break;
case TCKind._tk_enum:
EnumType enumType = (EnumType) returnType;
EnumValue enumValue = new EnumValue(enumType);