javax.xml.registry
Interface BulkResponse

All Superinterfaces:
JAXRResponse

public interface BulkResponse
extends JAXRResponse

Version:
$Revision$ $Date$

Field Summary
 
Fields inherited from interface javax.xml.registry.JAXRResponse
STATUS_FAILURE, STATUS_SUCCESS, STATUS_UNAVAILABLE, STATUS_WARNING
 
Method Summary
 Collection getCollection()
           
 Collection getExceptions()
           
 boolean isPartialResponse()
           
 
Methods inherited from interface javax.xml.registry.JAXRResponse
getRequestId, getStatus, isAvailable
 

Method Detail

getCollection

Collection getCollection()
                         throws JAXRException
Throws:
JAXRException

getExceptions

Collection getExceptions()
                         throws JAXRException
Throws:
JAXRException

isPartialResponse

boolean isPartialResponse()
                          throws JAXRException
Throws:
JAXRException


Copyright © 2006 Apache Software Foundation. All Rights Reserved.