Class EJBClientClassTable
java.lang.Object
org.wildfly.clustering.ejb.client.EJBClientClassTable
- All Implemented Interfaces:
org.jboss.marshalling.ClassTable
@MetaInfServices(org.jboss.marshalling.ClassTable.class)
public class EJBClientClassTable
extends Object
implements org.jboss.marshalling.ClassTable
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ClassTable
org.jboss.marshalling.ClassTable.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ClassTable.WritergetClassWriter(Class<?> clazz) Class<?>readClass(org.jboss.marshalling.Unmarshaller unmarshaller)
-
Constructor Details
-
EJBClientClassTable
public EJBClientClassTable()
-
-
Method Details
-
getClassWriter
- Specified by:
getClassWriterin interfaceorg.jboss.marshalling.ClassTable- Throws:
IOException
-
readClass
public Class<?> readClass(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException - Specified by:
readClassin interfaceorg.jboss.marshalling.ClassTable- Throws:
IOExceptionClassNotFoundException
-