1 package test.crispy.example.service.corba; 2 3 4 /** 5 * test/crispy/example/service/corba/EchoOperations.java . 6 * Generated by the IDL-to-Java compiler (portable), version "3.2" 7 * from Echo.idl 8 * Donnerstag, 13. April 2006 19.25 Uhr CEST 9 */ 10 11 public interface EchoOperations 12 { 13 String ping (); 14 String echo (String pvEchoStr); 15 test.crispy.example.service.corba.Customer rename (test.crispy.example.service.corba.Customer customer, String newLastName); 16 } // interface EchoOperations