org.objectweb.joram.mom.amqp.marshalling
Class AbstractMarshallingClass
java.lang.Object
org.objectweb.joram.mom.amqp.marshalling.AbstractMarshallingClass
- Direct Known Subclasses:
- AMQP.Access, AMQP.Basic, AMQP.Channel, AMQP.Connection, AMQP.Exchange, AMQP.Queue, AMQP.Tx
public abstract class AbstractMarshallingClass
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
public static org.objectweb.util.monolog.api.Logger logger
NULL_CLASS_ID
protected static final int NULL_CLASS_ID
- See Also:
- Constant Field Values
classId
protected int classId
AbstractMarshallingClass
public AbstractMarshallingClass()
- Constructs an
AbstractMarshallingClass
.
getClassId
protected abstract int getClassId()
getClassName
protected abstract java.lang.String getClassName()
getMethodName
protected abstract java.lang.String getMethodName(int id)
read
public static AbstractMarshallingClass read(AMQPInputStream is)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
Copyright © 2005 Scalagent - All rights reserved