org.jboss.remoting.transporter
Class TransporterInvocation.Externalizer
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransporterInvocation.Externalizer
public TransporterInvocation.Externalizer()
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
Copyright © 2008 JBoss, a division of Red Hat, Inc.