4 typedef sequence
<octet
> Payload
;
6 interface Payload_Receiver
8 exception Invalid_Payload
{
11 /// Send the data using a twoway operation
12 void more_data
(in Payload the_payload
)
13 raises
(Invalid_Payload
);
15 /// Shutdown the remote ORB
16 oneway
void shutdown
();