001 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to
002 duplicate and use this code are hereby granted provided that this
003 copyright notice is included.
004 *****/
005
006 package org.omg.CORBA_2_3.portable;
007
008 abstract public class InputStream extends org.omg.CORBA.portable.InputStream {
009
010 public java.io.Serializable read_value() {
011 throw new org.omg.CORBA.NO_IMPLEMENT();
012 }
013
014 public java.io.Serializable read_value(java.lang.String rep_id) {
015 throw new org.omg.CORBA.NO_IMPLEMENT();
016 }
017
018 public java.io.Serializable read_value(java.lang.Class clz) {
019 throw new org.omg.CORBA.NO_IMPLEMENT();
020 }
021
022 public java.io.Serializable read_value(
023 org.omg.CORBA.portable.BoxedValueHelper factory) {
024 throw new org.omg.CORBA.NO_IMPLEMENT();
025 }
026
027 public java.io.Serializable read_value(java.io.Serializable value) {
028 throw new org.omg.CORBA.NO_IMPLEMENT();
029 }
030
031 public java.lang.Object read_abstract_interface() {
032 throw new org.omg.CORBA.NO_IMPLEMENT();
033 }
034
035 public java.lang.Object read_abstract_interface(java.lang.Class clz) {
036 throw new org.omg.CORBA.NO_IMPLEMENT();
037 }
038
039 }