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 38 public interface OutputObject 39 { 40 public void setMessageMediator(MessageMediator messageMediator); 41 42 public MessageMediator getMessageMediator(); 43 44 public void close() throws IOException ; 45 } 46 47 | Popular Tags |