|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Command
Interface to a container for an AMQP method-and-arguments, with optional content header and body.
Method Summary | |
---|---|
byte[] |
getContentBody()
Retrieves the body byte array that travelled as part of this Command, if any. |
ContentHeader |
getContentHeader()
Retrieves the ContentHeader subclass instance held as part of this Command, if any. |
Method |
getMethod()
Retrieves the Method held within this Command. |
Method Detail |
---|
Method getMethod()
Method
held within this Command. Downcast to
concrete (implementation-specific!) subclasses as necessary.
ContentHeader getContentHeader()
AMQP.BasicProperties
, as appropriate.
ContentHeader
, or null if nonebyte[] getContentBody()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |