Class BaseRequest

    • Constructor Detail

    • Method Detail

      • getRequestType

        public RequestType getRequestType()
        Enum constants for names of the request types.
      • getMessageId

        public String getMessageId()
        Client defined identifier for the message, will be echoed in the response.
      • getResponseType

        public abstract Class<?> getResponseType()
        Response type class to map the response to the correct datatype.
      • getRequestName

        public abstract String getRequestName()
        Says what the name is of this class.
      • isAuthenticationRequired

        public boolean isAuthenticationRequired()
        Says if request needs to wait for authentication.