#include <ServiceOffer.h>
Inheritance diagram for ServiceOffer:


Definition at line 11 of file ServiceOffer.h.
Public Member Functions | |
| ServiceOffer (long sessionId, string method, string prefixBytes, string referenceOutput, string inputBytes) | |
| virtual | ~ServiceOffer () |
| ServiceOffer (const Message &otherMessage) throw (MessageCastException) | |
| ServiceOffer & | operator= (const Message &otherMessage) throw (MessageCastException) |
| long | getSessionId () |
| string | getMethod () |
| string | getPrefixBytes () |
| string | getReferenceOutput () |
| string | getInputBytes () |
1.5.1