// // Auto-generated using JActiveX.EXE 5.00.3165 // (jactivex /javatlb /d d:\packages HelloServer.tlb) // // WARNING: Do not remove the comments that include "@com" directives. // This source file must be compiled by a @com-aware compiler. // If you are using the Microsoft Visual J++ compiler, you must use // version 1.02.3920 or later. Previous versions will not issue an error // but will not generate COM-enabled class files. // package helloserver; import com.ms.com.*; import com.ms.com.IUnknown; import com.ms.com.Variant; // Dual interface IComHelloServerDefault /** @com.interface(iid=00020400-0000-0000-C000-000000000046, thread=AUTO, type=DUAL) */ public interface IComHelloServerDefault extends helloserver.IComHelloServer { /** @com.method(vtoffset=4, dispid=1610743808, type=METHOD, name="HelloWorld") @com.parameters([type=STRING] return) */ public String HelloWorld(); public static final com.ms.com._Guid iid = new com.ms.com._Guid((int)0x20400, (short)0x0, (short)0x0, (byte)0xc0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x46); }