getCategoryBagFromClassifications(Collection classifications) According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept,
and ClassificationScheme objects.
According to JAXR Javadoc, there are two types of classification, internal and external and they use the Classification, Concept,
and ClassificationScheme objects. It seems the only difference between internal and external (as related to UDDI) is that the
name/value pair of the categorization is held in the Concept for internal classifications and the Classification for external (bypassing
the Concept entirely).
The translation to UDDI is simple. Relevant objects have a category bag which contains a bunch of KeyedReferences (name/value pairs).
These KeyedReferences optionally refer to a tModel that identifies the type of category (translates to the ClassificationScheme key). If
this is set and the tModel doesn't exist in the UDDI registry, then an invalid key error will occur when trying to save the object.
Parameters: regObj - Parameters: destinationObj - throws: JAXRException -