ePOST API

rice.post.messaging
Class PostScribeMessage

java.lang.Object
  extended by rice.post.messaging.PostScribeMessage
All Implemented Interfaces:
java.io.Serializable, ScribeContent, SignedPostMessageWrapper

public class PostScribeMessage
extends java.lang.Object
implements ScribeContent, SignedPostMessageWrapper

This is a wrapper message for all Post messages which are to be sent over the Scribe messaging system.

See Also:
Serialized Form

Constructor Summary
PostScribeMessage(SignedPostMessage message)
          Builds a PostScribeMessage given a PostMessage to contain.
 
Method Summary
 SignedPostMessage getMessage()
          Returns the internal SignedPostMessage.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostScribeMessage

public PostScribeMessage(SignedPostMessage message)
Builds a PostScribeMessage given a PostMessage to contain.

Parameters:
message - The message to wrap.
Method Detail

getMessage

public SignedPostMessage getMessage()
Returns the internal SignedPostMessage.

Specified by:
getMessage in interface SignedPostMessageWrapper
Returns:
The contained SignedPostMessage.

ePOST API

Copyright © 2001-2005 - Rice Pastry.