Class 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
    • Constructor Detail

      • EJBProxyObjectTable

        public EJBProxyObjectTable()
        Deprecated.
    • Method Detail

      • getObjectWriter

        public org.jboss.marshalling.ObjectTable.Writer getObjectWriter​(Object o)
                                                                 throws IOException
        Deprecated.
        Specified by:
        getObjectWriter in interface org.jboss.marshalling.ObjectTable
        Throws:
        IOException
      • 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