org.apache.geronimo.remoting
Interface MarshalledObject

All Known Implementing Classes:
BytesMarshalledObject

public interface MarshalledObject

Interface to a marshalled form of an object. This is an interface because there might be multiple marshalled forms we want to support based on transport. Example: - XML or SOAP based marshalled format - byte[] based marshalled format

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

Method Summary
 Object get()
           
 Object get(ClassLoader classloader)
           
 void set(Object object)
           
 

Method Detail

set

public void set(Object object)
         throws IOException
Throws:
IOException

get

public Object get()
           throws IOException,
                  ClassNotFoundException
Throws:
IOException
ClassNotFoundException

get

public Object get(ClassLoader classloader)
           throws IOException,
                  ClassNotFoundException
Throws:
IOException
ClassNotFoundException


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