javax.xml.registry
Interface QueryManager

All Known Subinterfaces:
BusinessQueryManager, DeclarativeQueryManager

public interface QueryManager

Version:
$Revision$ $Date$

Method Summary
 RegistryObject getRegistryObject(java.lang.String id)
           
 RegistryObject getRegistryObject(java.lang.String id, java.lang.String objectType)
           
 BulkResponse getRegistryObjects()
           
 BulkResponse getRegistryObjects(java.util.Collection objectKeys)
           
 BulkResponse getRegistryObjects(java.util.Collection objectKeys, java.lang.String objectTypes)
           
 BulkResponse getRegistryObjects(java.lang.String objectTypes)
           
 RegistryService getRegistryService()
           
 

Method Detail

getRegistryObject

public RegistryObject getRegistryObject(java.lang.String id)
                                 throws JAXRException
Throws:
JAXRException

getRegistryObject

public RegistryObject getRegistryObject(java.lang.String id,
                                        java.lang.String objectType)
                                 throws JAXRException
Throws:
JAXRException

getRegistryObjects

public BulkResponse getRegistryObjects()
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

public BulkResponse getRegistryObjects(java.util.Collection objectKeys)
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

public BulkResponse getRegistryObjects(java.util.Collection objectKeys,
                                       java.lang.String objectTypes)
                                throws JAXRException
Throws:
JAXRException

getRegistryObjects

public BulkResponse getRegistryObjects(java.lang.String objectTypes)
                                throws JAXRException
Throws:
JAXRException

getRegistryService

public RegistryService getRegistryService()
                                   throws JAXRException
Throws:
JAXRException


Copyright © 2004-2006 Apache Web Services. All Rights Reserved.