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