com.worklight.wlclient.api

Class WLProcedureInvocationFailResponse



  • public final class WLProcedureInvocationFailResponse
    extends WLFailResponse
    This class extends WLFailResponse. This class contains statuses and data that the adapter procedure retrieves.
    • Method Detail

      • getProcedureInvocationErrors

        public java.util.List getProcedureInvocationErrors()
        This method returns a list of applicative error messages that are collected while the procedure is called.
      • getResult

        public JSONObject getResult()
                             throws JSONException
        This method returns a JSONObject that represents the JSON response from the server.
        Throws:
        JSONException


© Copyright IBM Corp. 2006, 2015. All Rights Reserved.