public interface SubmitRegistrationResponseBuilder
Modifier and Type | Method and Description |
---|---|
org.apache.xmlbeans.XmlObject |
buildErrorResponse(java.lang.Throwable response,
SDMX_SCHEMA schemaVersion)
Builds a submit registration response,
then the error will be documented, and a status of failure will be put against it.
|
org.apache.xmlbeans.XmlObject |
buildResponse(java.util.Map<RegistrationBean,java.lang.Throwable> responses,
SDMX_SCHEMA schemaVersion)
Builds a submit registration response, if there is a Throwable against the Registration
then the error will be documented, and a status of failure will be put against it.
|
org.apache.xmlbeans.XmlObject buildResponse(java.util.Map<RegistrationBean,java.lang.Throwable> responses, SDMX_SCHEMA schemaVersion)
responses
- schemaVersion
- org.apache.xmlbeans.XmlObject buildErrorResponse(java.lang.Throwable response, SDMX_SCHEMA schemaVersion)
responses
- schemaVersion
-