psdi.iface.router

Class ScriptHTTPResp

    • Constructor Detail

      • ScriptHTTPResp

        public ScriptHTTPResp(int responseCode,
                              java.lang.String responseMsg,
                              byte[] msgBodyData,
                              java.lang.String endPointName,
                              java.lang.String scriptName)
      • ScriptHTTPResp

        public ScriptHTTPResp(int responseCode,
                              java.lang.String responseMsg,
                              byte[] msgBodyData,
                              java.lang.String endPointName,
                              java.util.Map metaData,
                              java.lang.String scriptName)
    • Method Detail

      • getData

        public byte[] getData()
      • getMetaData

        public java.util.Map getMetaData()
      • geResponseMsg

        public java.lang.String geResponseMsg()
      • getEndPointName

        public java.lang.String getEndPointName()
      • getResponseCode

        public int getResponseCode()
      • setError

        public void setError(java.lang.Exception e)
      • getError

        public java.lang.Exception getError()