Merge pull request #2220 from DOCGroup/revert-2217-jwi-inetwraning
[ACE_TAO.git] / TAO / tests / GIOP_Fragments / Java_Big_Request / Test.idl
blobf3f34494c570fa0636ffdd4caaf1e670c0298ce7
2 module Test
4 typedef sequence<octet> Payload;
6 interface Payload_Receiver
8 exception Invalid_Payload {
9 };
11 /// Send the data using a twoway operation
12 void more_data (in Payload the_payload)
13 raises (Invalid_Payload);
15 /// Shudown the remote ORB
16 oneway void shutdown ();