Class PAConnection

Object
   |
   +--PAConnection

class PAConnection


Class implementing a DV or NPKD web service connector
Defined in paconnection.js


Field Summary
 Object isNPKD
          
 Object returnCode
          
 Object soapcon
          
 Object url
          
 Object verbose
          
 Object version
          
 
Constructor Summary
PAConnection(url, isNPKD)
            Creates a web service connector to obtain Master and Defect Lists from a Document Verifier or a National Public Key Directory (NPKD) as per TR-03129
 
Method Summary
 void close()
           Close the connector and release allocated resources
 ByteString getDefectList()
           Obtain a defect list from the NPKD
 ByteString getMasterList()
           Obtain a master list from the NPKD
 String getReturnCode()
           Get the return code
 void setVersion(<String> version)
           Sets the version of the WSDL to use
<static> void test()
          

Field Detail

isNPKD

Object isNPKD

returnCode

Object returnCode

soapcon

Object soapcon

url

Object url

verbose

Object verbose

version

Object version

Constructor Detail

PAConnection

PAConnection(url, isNPKD)

Method Detail

close

void close()

getDefectList

ByteString getDefectList()

getMasterList

ByteString getMasterList()

getReturnCode

String getReturnCode()

setVersion

void setVersion(<String> version)

test

<static> void test()


Documentation generated by JSDoc on Tue Sep 3 22:29:38 2013