Joram 5.2.1

org.objectweb.joram.mom.amqp
Class PublishRequest

java.lang.Object
  extended by org.objectweb.joram.mom.amqp.PublishRequest
All Implemented Interfaces:
java.io.Serializable

public class PublishRequest
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 byte[] body
           
 long bodyRead
           
 long bodySize
           
 
Constructor Summary
PublishRequest()
           
 
Method Summary
 AMQP.Basic.BasicProperties getHeader()
           
 AMQP.Basic.Publish getPublish()
           
 void setHeader(AMQP.Basic.BasicProperties header)
          set the header content.
 void setPublish(AMQP.Basic.Publish publish)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bodySize

public long bodySize

body

public byte[] body

bodyRead

public long bodyRead
Constructor Detail

PublishRequest

public PublishRequest()
Method Detail

setHeader

public void setHeader(AMQP.Basic.BasicProperties header)
set the header content.

Parameters:
classId -
weight -
bodySize -
propertyFlags -
propertyList -

getHeader

public AMQP.Basic.BasicProperties getHeader()

setPublish

public void setPublish(AMQP.Basic.Publish publish)

getPublish

public AMQP.Basic.Publish getPublish()

Joram 5.2.1

Copyright © 2005 Scalagent - All rights reserved