public class VerifyXMLSignatureRequestParser extends Object
Constructor and Description |
---|
VerifyXMLSignatureRequestParser() |
Modifier and Type | Method and Description |
---|---|
VerifyXMLSignatureRequest |
parse(Element requestElem)
Parse a
VerifyXMLSignatureRequest DOM element, as defined
by the MOA schema. |
public VerifyXMLSignatureRequest parse(Element requestElem) throws MOAApplicationException
VerifyXMLSignatureRequest
DOM element, as defined
by the MOA schema.requestElem
- The VerifyXMLSignatureRequest
to parse. The
request must have been successfully parsed against the schema for this
method to succeed.VerifyXMLSignatureRequest
API object containing
the data from the DOM element.MOAApplicationException
- An error occurred parsing the request.Copyright © 2016. All rights reserved.