javax.xml.registry
Interface BulkResponse

All Superinterfaces:
JAXRResponse
All Known Implementing Classes:
BulkResponseImpl

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<? extends Object> getCollection()
           
 Collection<Exception> getExceptions()
           
 boolean isPartialResponse()
           
 
Methods inherited from interface javax.xml.registry.JAXRResponse
getRequestId, getStatus, isAvailable
 

Method Detail

getCollection

Collection<? extends Object> getCollection()
                                           throws JAXRException
Throws:
JAXRException

getExceptions

Collection<Exception> getExceptions()
                                    throws JAXRException
Throws:
JAXRException

isPartialResponse

boolean isPartialResponse()
                          throws JAXRException
Throws:
JAXRException


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.