IdlInterfaceOperations.java |
/* * JBoss, the OpenSource J2EE webOS * * Distributable under LGPL license. * See terms of license at gnu.org. */ package org.jboss.test.iiop.interfaces; /** * org/jboss/test/iiop/interfaces/IdlInterfaceOperations.java . * Generated by the IDL-to-Java compiler (portable), version "3.1" * from IdlInterface.idl * Tuesday, October 21, 2003 3:27:17 PM BRST */ public interface IdlInterfaceOperations { String echo (String s); } // interface IdlInterfaceOperations
IdlInterfaceOperations.java |