org.omg.MessageRouting
Class MessageBody

java.lang.Object
  extended by org.omg.MessageRouting.MessageBody
All Implemented Interfaces:
Serializable, IDLEntity

public final class MessageBody
extends Object
implements IDLEntity

See Also:
Serialized Form

Field Summary
 byte[] body
           
 boolean byte_order
           
 
Constructor Summary
MessageBody()
           
MessageBody(byte[] body, boolean byte_order)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

public byte[] body

byte_order

public boolean byte_order
Constructor Detail

MessageBody

public MessageBody()

MessageBody

public MessageBody(byte[] body,
                   boolean byte_order)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.