Uses of Interface
javax.xml.registry.infomodel.Classification
-
Packages that use Classification Package Description com.sun.xml.registry.uddi com.sun.xml.registry.uddi.infomodel javax.xml.registry This package and its sub-packages describe the API classes and interfaces for the JAXR API.javax.xml.registry.infomodel This package describes the information model for the JAXR API. -
-
Uses of Classification in com.sun.xml.registry.uddi
Methods in com.sun.xml.registry.uddi that return Classification Modifier and Type Method Description ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme scheme, String name, String value)Create a Classification instance for an external Classification using the specified name and value that identifies a taxonomy element within specified ClassificationScheme.ClassificationLifeCycleManagerImpl. createClassification(ClassificationScheme classificationScheme, InternationalString name, String value)ClassificationLifeCycleManagerImpl. createClassification(Concept concept)Create a Classification instance for an internal Classification using the specified Concept which identifies a taxonomy element within an internal ClassificationScheme. -
Uses of Classification in com.sun.xml.registry.uddi.infomodel
Classes in com.sun.xml.registry.uddi.infomodel that implement Classification Modifier and Type Class Description classClassificationImplImplementation of Classification interfaceMethods in com.sun.xml.registry.uddi.infomodel with parameters of type Classification Modifier and Type Method Description voidRegistryObjectImpl. addClassification(Classification classification)Adds specified Classification to this object.voidRegistryObjectImpl. removeClassification(Classification classification)Removes specified Classification from this object. -
Uses of Classification in javax.xml.registry
Methods in javax.xml.registry that return Classification Modifier and Type Method Description ClassificationLifeCycleManager. createClassification(ClassificationScheme scheme, String name, String value)Creates a Classification instance for an external Classification using the specified String name and String value that identify a taxonomy element within the specified ClassificationScheme.ClassificationLifeCycleManager. createClassification(ClassificationScheme scheme, InternationalString name, String value)Creates a Classification instance for an external Classification using the specified InternationalString name and String value that identify a taxonomy element within the specified ClassificationScheme.ClassificationLifeCycleManager. createClassification(Concept concept)Creates a Classification instance for an internal Classification using the specified Concept that identifies a taxonomy element within an internal ClassificationScheme. -
Uses of Classification in javax.xml.registry.infomodel
Methods in javax.xml.registry.infomodel with parameters of type Classification Modifier and Type Method Description voidRegistryObject. addClassification(Classification classification)Adds specified Classification to this object.voidRegistryObject. removeClassification(Classification classification)Removes specified Classification from this object.
-