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 by EJBProxyResolver.
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
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.marshalling.ObjectTable.Writer
    Deprecated.
     
    readObject(org.jboss.marshalling.Unmarshaller unmarshaller)
    Deprecated.
     
    void
    writeObject(org.jboss.marshalling.Marshaller marshaller, Object object)
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EJBProxyObjectTable

      public EJBProxyObjectTable()
      Deprecated.
  • Method Details

    • getObjectWriter

      public org.jboss.marshalling.ObjectTable.Writer getObjectWriter(Object o) throws IOException
      Deprecated.
      Specified by:
      getObjectWriter in interface org.jboss.marshalling.ObjectTable
      Throws:
      IOException
    • readObject

      public Object readObject(org.jboss.marshalling.Unmarshaller unmarshaller) throws IOException, ClassNotFoundException
      Deprecated.
      Specified by:
      readObject in interface org.jboss.marshalling.ObjectTable
      Throws:
      IOException
      ClassNotFoundException
    • writeObject

      public void writeObject(org.jboss.marshalling.Marshaller marshaller, Object object) throws IOException
      Deprecated.
      Specified by:
      writeObject in interface org.jboss.marshalling.ObjectTable.Writer
      Throws:
      IOException