public class VerifyXMLSignatureResponseParser extends Object
<VerifyXMLSignatureResponse>
returned by
MOA-SPSS.
This class implements the Singleton patternConstructor and Description |
---|
VerifyXMLSignatureResponseParser(Element xmlResponse)
Constructor for VerifyXMLSignatureResponseParser.
|
VerifyXMLSignatureResponseParser(InputStream xmlResponse)
Constructor for VerifyXMLSignatureResponseParser.
|
VerifyXMLSignatureResponseParser(String xmlResponse)
Constructor for VerifyXMLSignatureResponseParser.
|
Modifier and Type | Method and 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 © 2017. All rights reserved.