@Service public class SubmitRegistrationResponseBuilderImpl extends java.lang.Object implements SubmitRegistrationResponseBuilder
Constructor and Description |
---|
SubmitRegistrationResponseBuilderImpl() |
Modifier and Type | Method and Description |
---|---|
org.apache.xmlbeans.XmlObject |
buildErrorResponse(java.lang.Throwable th,
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.
|
public SubmitRegistrationResponseBuilderImpl()
public org.apache.xmlbeans.XmlObject buildResponse(java.util.Map<RegistrationBean,java.lang.Throwable> responses, SDMX_SCHEMA schemaVersion)
SubmitRegistrationResponseBuilder
buildResponse
in interface SubmitRegistrationResponseBuilder
public org.apache.xmlbeans.XmlObject buildErrorResponse(java.lang.Throwable th, SDMX_SCHEMA schemaVersion)
SubmitRegistrationResponseBuilder
buildErrorResponse
in interface SubmitRegistrationResponseBuilder