// // 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; /** @com.class(classid=30A59B61-D368-11D2-890B-000000000000,DynamicCasts) */ public class ComHelloServer implements IUnknown,com.ms.com.NoAutoScripting,helloserver.IComHelloServer { /** @com.method() @hidden */ public native String HelloWorld(); public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0x30a59b61, (short)0xd368, (short)0x11d2, (byte)0x89, (byte)0xb, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0, (byte)0x0); }