org.apache.geronimo.remoting.transport
Interface Msg

All Known Implementing Classes:
BytesMsg

public interface Msg

Version:
$Revision: 1.3 $ $Date: 2004/03/10 09:59:19 $

Method Summary
 Msg createMsg()
           
 MarshalledObject popMarshaledObject()
           
 void pushMarshaledObject(MarshalledObject mo)
           
 

Method Detail

pushMarshaledObject

public void pushMarshaledObject(MarshalledObject mo)
                         throws IOException
Throws:
IOException

popMarshaledObject

public MarshalledObject popMarshaledObject()
                                    throws IOException
Throws:
IOException

createMsg

public Msg createMsg()


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.