JBoss Remoting 3.0.0.Beta2

org.jboss.remoting.transporter
Class TransporterInvocation.Externalizer

java.lang.Object
  extended by org.jboss.remoting.transporter.TransporterInvocation.Externalizer
All Implemented Interfaces:
Externalizable, Serializable, Externalizer
Enclosing class:
TransporterInvocation

public static final class TransporterInvocation.Externalizer
extends Object
implements Externalizer, Externalizable

An externalizer for a transporter invocation.

See Also:
Serialized Form

Constructor Summary
TransporterInvocation.Externalizer()
           
 
Method Summary
 Object createExternal(Class<?> objectClass, ObjectInput input, Creator creator)
          
 void readExternal(ObjectInput in)
          
 void readExternal(Object o, ObjectInput input)
          
 void writeExternal(Object o, ObjectOutput output)
          
 void writeExternal(ObjectOutput out)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransporterInvocation.Externalizer

public TransporterInvocation.Externalizer()
Method Detail

writeExternal

public void writeExternal(Object o,
                          ObjectOutput output)
                   throws IOException

Specified by:
writeExternal in interface Externalizer
Throws:
IOException

createExternal

public Object createExternal(Class<?> objectClass,
                             ObjectInput input,
                             Creator creator)
                      throws IOException,
                             ClassNotFoundException

Specified by:
createExternal in interface Externalizer
Throws:
IOException
ClassNotFoundException

readExternal

public void readExternal(Object o,
                         ObjectInput input)
                  throws IOException,
                         ClassNotFoundException

Specified by:
readExternal in interface Externalizer
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException

Specified by:
writeExternal in interface Externalizable
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException

Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

JBoss Remoting 3.0.0.Beta2

Copyright © 2008 JBoss, a division of Red Hat, Inc.