public class VerifyXMLSignatureResponseParser extends Object
<VerifyXMLSignatureResponse>
returned by
MOA-SPSS.
This class implements the Singleton patternConstructor | Description |
---|---|
VerifyXMLSignatureResponseParser(InputStream xmlResponse) |
Constructor for VerifyXMLSignatureResponseParser.
|
VerifyXMLSignatureResponseParser(String xmlResponse) |
Constructor for VerifyXMLSignatureResponseParser.
|
VerifyXMLSignatureResponseParser(Element xmlResponse) |
Constructor for VerifyXMLSignatureResponseParser.
|
Modifier and Type | Method | Description |
---|---|---|
at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse |
parseData() |
Parse identity link from
<InfoboxReadResponse> |
public VerifyXMLSignatureResponseParser(String xmlResponse) throws ParseException
xmlResponse
- <InfoboxReadResponse>
as StringParseException
- on any parsing errorpublic VerifyXMLSignatureResponseParser(InputStream xmlResponse) throws Exception
xmlResponse
- <InfoboxReadResponse>
as InputStreamException
- on any parsing errorpublic VerifyXMLSignatureResponseParser(Element xmlResponse)
xmlResponse
- <InfoboxReadResponse>
as Elementpublic at.gv.egovernment.moa.id.commons.api.data.IVerifiyXMLSignatureResponse parseData() throws ParseException
<InfoboxReadResponse>
ParseException
- on any parsing errorCopyright © 2019. All rights reserved.