Uses of Interface
javax.xml.registry.infomodel.Key

Packages that use Key
javax.xml.registry   
javax.xml.registry.infomodel   
 

Uses of Key in javax.xml.registry
 

Methods in javax.xml.registry that return Key
 Key LifeCycleManager.createKey(String id)
           
 Key RegistryException.getErrorObjectKey()
           
 

Methods in javax.xml.registry with parameters of type Key
 BulkResponse BusinessQueryManager.findServiceBindings(Key serviceKey, Collection findQualifiers, Collection classifications, Collection specificationa)
           
 BulkResponse BusinessQueryManager.findServices(Key orgKey, Collection findQualifiers, Collection namePattersn, Collection classifications, Collection specificationa)
           
 void RegistryException.setErrorObjectKey(Key errorObjectKey)
           
 

Uses of Key in javax.xml.registry.infomodel
 

Methods in javax.xml.registry.infomodel that return Key
 Key RegistryObject.getKey()
           
 

Methods in javax.xml.registry.infomodel with parameters of type Key
 void RegistryObject.setKey(Key key)
           
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.