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
 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 © 2004-2008 Apache Web Services. All Rights Reserved.