(incubating) | The Free and Open Productivity Suite
Announcing Apache OpenOffice 3.4

The Java Type Library

Typelibrarys for java are jar files with compiled interfaces. These interfaces have to have a special static member called UNOTYPEINFO. This member is an array of hints (TypeInfos) for the types of method signatures and attributes. This information is needed, because e.g the types XInterface and Any are both mapped to java.lang.Object. Another reason is, that e.g. that URP uses method indices for calling methods and that java the order of methods at an interface is not specified, that means, some java implemenations reorder methods.

The class com.sun.star.lib.uno.typedesc.TypeDescription allows the convinient and fast access to type descriptions in jar files.

Apache Feather

Copyright & License | Privacy | Contact Us

Apache and the Apache feather logos are trademarks of The Apache Software Foundation. OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.

Apache OpenOffice is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.