From fe8409ea3ebbb34058eeb5c2f0a6977b8a421686 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:19:00 +0100 Subject: Added API Documentation and Full Documentation --- ...ignatureVerificationServiceCallbackHandler.html | 394 +++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 docs/full/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html (limited to 'docs/full/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html') diff --git a/docs/full/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html b/docs/full/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html new file mode 100644 index 00000000..48ba66a4 --- /dev/null +++ b/docs/full/at/gv/egiz/moa/SignatureVerificationServiceCallbackHandler.html @@ -0,0 +1,394 @@ + + + + + + +SignatureVerificationServiceCallbackHandler (PDF-AS 4.0.0-SNAPSHOT Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + +
+
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.0-SNAPSHOT Library 4.0.0-SNAPSHOT [27fb69688a5de7e291ce5a2fd348becb1a722ad5]
+
+ + + + -- cgit v1.2.3