Uses of Class
message.Payload

Packages that use Payload
message Provides different message formats, the InputOutputHandler is capable of transmitting. 
 

Uses of Payload in message
 

Methods in message that return Payload
 Payload ChannelMessage.getPayload()
          Returns the MessagePart PAYLOAD.
 Payload ChannelEstablishMessage.getPayload()
          Returns the MessagePart PAYLOAD.
 

Methods in message with parameters of type Payload
 void ChannelMessage.setPayload(Payload newPayload)
          Sets the MessagePart PAYLOAD to the bypassed value.
 void ChannelEstablishMessage.setPayload(Payload newPayload)
          Sets the MessagePart PAYLOAD to the bypassed value.