org.jboss.invocation
Class MarshalledValueEX

java.lang.Object
  extended by org.jboss.invocation.MarshalledValue
      extended by org.jboss.invocation.MarshalledValueEX
All Implemented Interfaces:
Externalizable, Serializable, org.jboss.remoting.serialization.IMarshalledValue

public class MarshalledValueEX
extends MarshalledValue
implements org.jboss.remoting.serialization.IMarshalledValue

This is a way to have MarshalledValue implementing IMarshalledValue without changing legacy Invokers (Pooled, RMI)

Author:
Clebert Suconic
See Also:
Serialized Form

Constructor Summary
MarshalledValueEX()
           
MarshalledValueEX(Object obj)
           
 
Method Summary
 
Methods inherited from class org.jboss.invocation.MarshalledValue
equals, get, hashCode, readExternal, size, toByteArray, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.remoting.serialization.IMarshalledValue
get
 

Constructor Detail

MarshalledValueEX

public MarshalledValueEX()

MarshalledValueEX

public MarshalledValueEX(Object obj)
                  throws IOException
Throws:
IOException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.