javax.xml.registry
Interface QueryManager
- All Known Subinterfaces: 
 - BusinessQueryManager, DeclarativeQueryManager
 
public interface QueryManager
- Version:
 
  - $Revision$ $Date$
 
 
getRegistryObject
RegistryObject getRegistryObject(String id)
                                 throws JAXRException
- Throws:
 JAXRException
 
getRegistryObject
RegistryObject getRegistryObject(String id,
                                 String objectType)
                                 throws JAXRException
- Throws:
 JAXRException
 
getRegistryObjects
BulkResponse getRegistryObjects()
                                throws JAXRException
- Throws:
 JAXRException
 
getRegistryObjects
BulkResponse getRegistryObjects(Collection objectKeys)
                                throws JAXRException
- Throws:
 JAXRException
 
getRegistryObjects
BulkResponse getRegistryObjects(Collection objectKeys,
                                String objectTypes)
                                throws JAXRException
- Throws:
 JAXRException
 
getRegistryObjects
BulkResponse getRegistryObjects(String objectTypes)
                                throws JAXRException
- Throws:
 JAXRException
 
getRegistryService
RegistryService getRegistryService()
                                   throws JAXRException
- Throws:
 JAXRException
 
Copyright © 2006 Apache Software Foundation. All Rights Reserved.