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.Superseded byEJBProxyResolver.AnObjectTablefor marshalling an EJB proxy.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description EJBProxyObjectTable()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description org.jboss.marshalling.ObjectTable.WritergetObjectWriter(Object o)Deprecated.ObjectreadObject(org.jboss.marshalling.Unmarshaller unmarshaller)Deprecated.voidwriteObject(org.jboss.marshalling.Marshaller marshaller, Object object)Deprecated.
-
-
-
Method Detail
-
getObjectWriter
public org.jboss.marshalling.ObjectTable.Writer getObjectWriter(Object o) throws IOException
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 IOExceptionDeprecated.- Specified by:
writeObjectin interfaceorg.jboss.marshalling.ObjectTable.Writer- Throws:
IOException
-
-