Interface TransportResult


  • public interface TransportResult
    • Method Detail

      • getErrorDescription

        java.lang.String getErrorDescription()
      • getException

        java.lang.Exception getException()
      • checkIsOk

        void checkIsOk()
        Throws:
        TransportException - if the result's state is not ok.
      • isOk

        boolean isOk()