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 --- .../SignatureCreationServiceCallbackHandler.html | 394 +++++++++++++++++++++ 1 file changed, 394 insertions(+) create mode 100644 docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html (limited to 'docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html') diff --git a/docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html b/docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html new file mode 100644 index 00000000..654045be --- /dev/null +++ b/docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html @@ -0,0 +1,394 @@ + + + + + + +SignatureCreationServiceCallbackHandler (PDF-AS 4.0 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0 Library false
+
+ + + +
+
at.gv.egiz.moa
+

Class SignatureCreationServiceCallbackHandler

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

      Field Detail

      + + + +
        +
      • +

        clientData

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

      Constructor Detail

      + + + +
        +
      • +

        SignatureCreationServiceCallbackHandler

        +
        public SignatureCreationServiceCallbackHandler(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.
        +
      • +
      + + + +
        +
      • +

        SignatureCreationServiceCallbackHandler

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

      Method Detail

      + + + +
        +
      • +

        getClientData

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

        receiveResultcreateXMLSignature

        +
        public void receiveResultcreateXMLSignature(SignatureCreationServiceStub.CreateXMLSignatureResponse result)
        +
        auto generated Axis2 call back method for createXMLSignature method + override this method for handling normal response from createXMLSignature operation
        +
      • +
      + + + +
        +
      • +

        receiveErrorcreateXMLSignature

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

        receiveResultcreateCMSSignature

        +
        public void receiveResultcreateCMSSignature(SignatureCreationServiceStub.CreateCMSSignatureResponse result)
        +
        auto generated Axis2 call back method for createCMSSignature method + override this method for handling normal response from createCMSSignature operation
        +
      • +
      + + + +
        +
      • +

        receiveErrorcreateCMSSignature

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