psdi.iface.router

Class ScriptHTTPResp

  • java.lang.Object
    • psdi.iface.router.ScriptHTTPResp


  • public class ScriptHTTPResp
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      ScriptHTTPResp(int responseCode, java.lang.String responseMsg, byte[] msgBodyData, java.lang.String endPointName) 
      ScriptHTTPResp(int responseCode, java.lang.String responseMsg, byte[] msgBodyData, java.lang.String endPointName, java.util.Map metaData) 
    • Constructor Detail

      • ScriptHTTPResp

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

        public ScriptHTTPResp(int responseCode,
                              java.lang.String responseMsg,
                              byte[] msgBodyData,
                              java.lang.String endPointName,
                              java.util.Map metaData)
    • 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()