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