Class BaseActionEventClientHttpSend

All Implemented Interfaces:
Serializable, IBaseActionEvent

public class BaseActionEventClientHttpSend extends BaseActionEvent
See Also:
  • Constructor Details

    • BaseActionEventClientHttpSend

      public BaseActionEventClientHttpSend(UIComponent component, String type)
  • Method Details

    • getSuccess

      public boolean getSuccess()
      Success of client side send process.
    • getResponseAsHexString

      public String getResponseAsHexString()
      Result of client side send process. If the client side http-call was successful then the result contains the data that was sent back from the called instance. If it was not successful then the error message is returned.
    • getResponseAsByteArray

      public byte[] getResponseAsByteArray()
    • getResponseAsUTF8String

      public String getResponseAsUTF8String()