public class VerifyCMSSignatureResponseBuilder extends Object
VerifyCMSSignatureResponse
API object into its
XML representation, according to the MOA XML schema.Constructor and Description |
---|
VerifyCMSSignatureResponseBuilder()
Create a new
VerifyCMSSignatureResponseBuilder : |
Modifier and Type | Method and Description |
---|---|
Document |
build(VerifyCMSSignatureResponse response)
Build a document containing a
VerifyCMSSignatureResponse
DOM element being the XML representation of the given
VerifyCMSSignatureResponse API object. |
public VerifyCMSSignatureResponseBuilder() throws MOASystemException
VerifyCMSSignatureResponseBuilder
:MOASystemException
- An error occurred setting up the resulting
XML document.public Document build(VerifyCMSSignatureResponse response) throws MOAApplicationException
VerifyCMSSignatureResponse
DOM element being the XML representation of the given
VerifyCMSSignatureResponse
API object.response
- The VerifyCMSSignatureResponse
to convert
to XML.VerifyCMSSignatureResponse
DOM element.MOAApplicationException
- An error occurred building the response.Copyright © 2016. All rights reserved.