Interface SOAPResponse

    • Method Detail

      • getStatusCode

        int getStatusCode()
        Get the HTTP-level status code.
        Returns:
        the numeric part of the HTTP status code.
      • getStatusReason

        String getStatusReason()
        Get the HTTP-level status code reason.
        Returns:
        the reason part of the HTTP status code.