JBoss EJB client 1.0.5.Final

org.jboss.ejb.client.remoting
Class ProtocolV1ObjectTable

java.lang.Object
  extended by org.jboss.ejb.client.remoting.ProtocolV1ObjectTable
All Implemented Interfaces:
org.jboss.marshalling.ObjectTable

public final class ProtocolV1ObjectTable
extends Object
implements org.jboss.marshalling.ObjectTable

Author:
David M. Lloyd

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.marshalling.ObjectTable
org.jboss.marshalling.ObjectTable.Writer
 
Field Summary
static ProtocolV1ObjectTable INSTANCE
           
 
Constructor Summary
ProtocolV1ObjectTable()
           
 
Method Summary
 org.jboss.marshalling.ObjectTable.Writer getObjectWriter(Object object)
           
 Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final ProtocolV1ObjectTable INSTANCE
Constructor Detail

ProtocolV1ObjectTable

public ProtocolV1ObjectTable()
Method Detail

getObjectWriter

public org.jboss.marshalling.ObjectTable.Writer getObjectWriter(Object object)
                                                         throws IOException
Specified by:
getObjectWriter in interface org.jboss.marshalling.ObjectTable
Throws:
IOException

readObject

public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readObject in interface org.jboss.marshalling.ObjectTable
Throws:
IOException
ClassNotFoundException

JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.