JBoss EJB client 1.0.3.Final

org.jboss.ejb.client.remoting
Class ProtocolV1ClassTable

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

public final class ProtocolV1ClassTable
extends Object
implements org.jboss.marshalling.ClassTable

Author:
David M. Lloyd

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jboss.marshalling.ClassTable
org.jboss.marshalling.ClassTable.Writer
 
Field Summary
static ProtocolV1ClassTable INSTANCE
           
 
Method Summary
 org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> clazz)
           
 Class<?> readClass(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 ProtocolV1ClassTable INSTANCE
Method Detail

getClassWriter

public org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> clazz)
                                                       throws IOException
Specified by:
getClassWriter in interface org.jboss.marshalling.ClassTable
Throws:
IOException

readClass

public Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller)
                   throws IOException,
                          ClassNotFoundException
Specified by:
readClass in interface org.jboss.marshalling.ClassTable
Throws:
IOException
ClassNotFoundException

JBoss EJB client 1.0.3.Final

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