org.jboss.ejb.client.remoting
public final class ProtocolV1ClassTable extends Object implements org.jboss.marshalling.ClassTable
Modifier and Type | Field and Description |
---|---|
static ProtocolV1ClassTable |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
org.jboss.marshalling.ClassTable.Writer |
getClassWriter(Class<?> clazz) |
Class<?> |
readClass(org.jboss.marshalling.Unmarshaller unmarshaller) |
public static final ProtocolV1ClassTable INSTANCE
public org.jboss.marshalling.ClassTable.Writer getClassWriter(Class<?> clazz) throws IOException
getClassWriter
in interface org.jboss.marshalling.ClassTable
IOException
public Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException
readClass
in interface org.jboss.marshalling.ClassTable
IOException
ClassNotFoundException
Copyright © 2015 JBoss by Red Hat. All rights reserved.