KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > registry > BulkResponse

javax.xml.registry
Interface BulkResponse

All Superinterfaces:
JAXRResponse
See Also:
Top Examples, Source Code, QueryManager, LifeCycleManager

public Collection getCollection()
                         throws JAXRException
See Also:
RegistryObject
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Collection getExceptions()
                         throws JAXRException
See Also:
RegistryException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isPartialResponse()
                          throws JAXRException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags