From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- ...ignatureVerificationServiceCallbackHandler.html | 394 +++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 docs/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html (limited to 'docs/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html') diff --git a/docs/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html b/docs/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html new file mode 100644 index 00000000..2358d85f --- /dev/null +++ b/docs/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html @@ -0,0 +1,394 @@ + + + + + + +SignatureVerificationServiceCallbackHandler (PDF-AS 4.0 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0 Library false
+
+ + + +
+
at.gv.egiz.moa
+

Class SignatureVerificationServiceCallbackHandler

+
+
+ +
+
    +
  • +
    +
    +
    public abstract class SignatureVerificationServiceCallbackHandler
    +extends Object
    +
    SignatureVerificationServiceCallbackHandler Callback class, Users can extend this class and implement + their own receiveResult and receiveError methods.
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + +
        +
      • +

        clientData

        +
        protected Object clientData
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SignatureVerificationServiceCallbackHandler

        +
        public SignatureVerificationServiceCallbackHandler(Object clientData)
        +
        User can pass in any object that needs to be accessed once the NonBlocking + Web service call is finished and appropriate method of this CallBack is called.
        +
        Parameters:
        clientData - Object mechanism by which the user can pass in user data + that will be avilable at the time this callback is called.
        +
      • +
      + + + +
        +
      • +

        SignatureVerificationServiceCallbackHandler

        +
        public SignatureVerificationServiceCallbackHandler()
        +
        Please use this constructor if you don't want to set any clientData
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getClientData

        +
        public Object getClientData()
        +
        Get the client data
        +
      • +
      + + + +
        +
      • +

        receiveResultverifyXMLSignature

        +
        public void receiveResultverifyXMLSignature(SignatureVerificationServiceStub.VerifyXMLSignatureResponse result)
        +
        auto generated Axis2 call back method for verifyXMLSignature method + override this method for handling normal response from verifyXMLSignature operation
        +
      • +
      + + + +
        +
      • +

        receiveErrorverifyXMLSignature

        +
        public void receiveErrorverifyXMLSignature(Exception e)
        +
        auto generated Axis2 Error handler + override this method for handling error response from verifyXMLSignature operation
        +
      • +
      + + + +
        +
      • +

        receiveResultverifyCMSSignature

        +
        public void receiveResultverifyCMSSignature(SignatureVerificationServiceStub.VerifyCMSSignatureResponse result)
        +
        auto generated Axis2 call back method for verifyCMSSignature method + override this method for handling normal response from verifyCMSSignature operation
        +
      • +
      + + + +
        +
      • +

        receiveErrorverifyCMSSignature

        +
        public void receiveErrorverifyCMSSignature(Exception e)
        +
        auto generated Axis2 Error handler + override this method for handling error response from verifyCMSSignature operation
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0 Library false
+
+ + + + -- cgit v1.2.3