From 3d5e654440a5e9ec34b1fa8aca27c24aec8ed8f9 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 10:17:06 +0100 Subject: Remove html documentation --- .../SignatureCreationServiceCallbackHandler.html | 394 --------------------- 1 file changed, 394 deletions(-) delete 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 deleted file mode 100644 index 654045be..00000000 --- a/docs/at/gv/egiz/moa/SignatureCreationServiceCallbackHandler.html +++ /dev/null @@ -1,394 +0,0 @@ - - - - - - -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