Class EJBProxyObjectTable
java.lang.Object
org.wildfly.clustering.ejb.client.EJBProxyObjectTable
- All Implemented Interfaces:
org.jboss.marshalling.ObjectTable,org.jboss.marshalling.ObjectTable.Writer
@Deprecated
public class EJBProxyObjectTable
extends Object
implements org.jboss.marshalling.ObjectTable, org.jboss.marshalling.ObjectTable.Writer
Deprecated.
An
ObjectTable for marshalling an EJB proxy.- Author:
- Paul Ferraro
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.marshalling.ObjectTable
org.jboss.marshalling.ObjectTable.Writer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.marshalling.ObjectTable.WriterDeprecated.readObject(org.jboss.marshalling.Unmarshaller unmarshaller) Deprecated.voidwriteObject(org.jboss.marshalling.Marshaller marshaller, Object object) Deprecated.
-
Constructor Details
-
EJBProxyObjectTable
public EJBProxyObjectTable()Deprecated.
-
-
Method Details
-
getObjectWriter
Deprecated.- Specified by:
getObjectWriterin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOException
-
readObject
public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException Deprecated.- Specified by:
readObjectin interfaceorg.jboss.marshalling.ObjectTable- Throws:
IOExceptionClassNotFoundException
-
writeObject
public void writeObject(org.jboss.marshalling.Marshaller marshaller, Object object) throws IOException Deprecated.- Specified by:
writeObjectin interfaceorg.jboss.marshalling.ObjectTable.Writer- Throws:
IOException
-
EJBProxyResolver.