This class represents the CODEC for the composite data representing an OSGi ExportedPackage
It serves as both the documentation of the type structure and as the codification of the mechanism to convert to/from the CompositeData.
The structure of the composite data is:
Name | String |
Version | String |
PendingRemoval | boolean |
BundleIdentifier | long |
ImportingBundles | Array of long |
|
|