public abstract class AbstractMarshallingMethod extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
int |
channelNumber |
static org.objectweb.util.monolog.api.Logger |
logger |
private static long |
serialVersionUID |
Constructor and Description |
---|
AbstractMarshallingMethod()
Constructs an
AbstractMarshallingMethod . |
Modifier and Type | Method and Description |
---|---|
abstract int |
getClassId() |
abstract String |
getClassName() |
abstract int |
getMethodId() |
abstract String |
getMethodName() |
static AbstractMarshallingMethod |
read(byte[] payload) |
abstract void |
readFrom(AMQPInputStream is) |
Frame |
toFrame() |
abstract void |
writeTo(AMQPOutputStream os) |
private static final long serialVersionUID
public static org.objectweb.util.monolog.api.Logger logger
public int channelNumber
public AbstractMarshallingMethod()
AbstractMarshallingMethod
.public abstract int getClassId()
public abstract String getClassName()
public abstract int getMethodId()
public abstract String getMethodName()
public abstract void writeTo(AMQPOutputStream os) throws IOException
IOException
public abstract void readFrom(AMQPInputStream is) throws IOException, SyntaxErrorException
IOException
SyntaxErrorException
public static AbstractMarshallingMethod read(byte[] payload) throws IOException, FrameErrorException
IOException
FrameErrorException
public Frame toFrame() throws IOException
IOException
Copyright © 2019 ScalAgent D.T.. All rights reserved.