javax.xml.registry
Interface BulkResponse

All Superinterfaces:
JAXRResponse

public interface BulkResponse
extends JAXRResponse

Version:
$Revision: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $

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

Method Detail

getCollection

java.util.Collection getCollection()
                                   throws JAXRException
Throws:
JAXRException

getExceptions

java.util.Collection getExceptions()
                                   throws JAXRException
Throws:
JAXRException

isPartialResponse

boolean isPartialResponse()
                          throws JAXRException
Throws:
JAXRException


Copyright © 2008. All Rights Reserved.