Class AbstractMarshallingClass
- java.lang.Object
-
- org.ow2.joram.mom.amqp.marshalling.AbstractMarshallingClass
-
- Direct Known Subclasses:
AMQP.Basic,AMQP.Channel,AMQP.Connection,AMQP.Exchange,AMQP.Queue,AMQP.Tx
public abstract class AbstractMarshallingClass extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractMarshallingClass()Constructs anAbstractMarshallingClass.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract StringgetMethodName(int id)static AbstractMarshallingClassread(AMQPInputStream is)
-
-
-
Field Detail
-
logger
private static final Logger logger
-
-
Method Detail
-
getMethodName
protected abstract String getMethodName(int id)
-
read
public static AbstractMarshallingClass read(AMQPInputStream is) throws IOException, FrameErrorException
- Throws:
IOExceptionFrameErrorException
-
-