org.drools.grid.io
Interface Message

All Known Implementing Classes:
MessageImpl

public interface Message


Method Summary
 Object getBody()
           
 String getConversationId()
           
 String getRecipientId()
           
 int getRequestId()
           
 int getResponseId()
           
 String getSenderId()
           
 

Method Detail

getConversationId

String getConversationId()

getSenderId

String getSenderId()

getRecipientId

String getRecipientId()

getRequestId

int getRequestId()

getResponseId

int getResponseId()

getBody

Object getBody()


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.