Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / org / omg / IOP / CodecFactoryHelper.h
blob638907def129eb064ef4cd955a05e782cb5f682b
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __org_omg_IOP_CodecFactoryHelper__
5 #define __org_omg_IOP_CodecFactoryHelper__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace org
14 namespace omg
16 namespace CORBA
18 class Any;
19 class Object;
20 class TypeCode;
21 namespace portable
23 class InputStream;
24 class OutputStream;
27 namespace IOP
29 class CodecFactory;
30 class CodecFactoryHelper;
36 class org::omg::IOP::CodecFactoryHelper : public ::java::lang::Object
39 public:
40 CodecFactoryHelper();
41 static ::org::omg::CORBA::TypeCode * type();
42 static void insert(::org::omg::CORBA::Any *, ::org::omg::IOP::CodecFactory *);
43 static ::org::omg::IOP::CodecFactory * extract(::org::omg::CORBA::Any *);
44 static ::java::lang::String * id();
45 static ::org::omg::IOP::CodecFactory * narrow(::org::omg::CORBA::Object *);
46 static ::org::omg::IOP::CodecFactory * unchecked_narrow(::org::omg::CORBA::Object *);
47 static ::org::omg::IOP::CodecFactory * read(::org::omg::CORBA::portable::InputStream *);
48 static void write(::org::omg::CORBA::portable::OutputStream *, ::org::omg::IOP::CodecFactory *);
49 private:
50 static ::java::lang::String * UNSUPPORTED;
51 public:
52 static ::java::lang::Class class$;
55 #endif // __org_omg_IOP_CodecFactoryHelper__