| |
|
| java.lang.Object org.apache.ws.scout.registry.JAXRResponseImpl org.apache.ws.scout.registry.BulkResponseImpl
BulkResponseImpl | public BulkResponseImpl()(Code) | | Creates a new instance of BulkResponseImpl
|
getExceptions | public Collection<Exception> getExceptions() throws JAXRException(Code) | | The javadoc is unclear. it says for getExceptions() :
"Get the Collection of RegistryException instances in case of partial
commit. Caller thread will block here if result is not yet available.
Return null if result is available and there is no RegistryException(s)."
Yet the return javadoc says :
"Collection of RegistryException instances. The Collection may be empty but not null."
So my interpretation is return null if result avail, and empty collection otherwise
throws: JAXRException - |
setExceptions | public void setExceptions(Collection<Exception> exceptions)(Code) | | Setter for property exceptions.
Parameters: exceptions - New value of property exceptions. |
|
|
|