1 7 8 package com.sun.corba.se.pept.encoding; 9 10 import java.io.IOException ; 11 12 import com.sun.corba.se.pept.protocol.MessageMediator; 13 14 36 public interface InputObject 37 { 38 public void setMessageMediator(MessageMediator messageMediator); 39 40 public MessageMediator getMessageMediator(); 41 42 public void close() throws IOException ; 43 } 44 45 47 | Popular Tags |