Interface IRestRequestMessageDefinition

All Superinterfaces:
IRestMessageDefinition
All Known Implementing Classes:
RestRequestMessageDefinition

public interface IRestRequestMessageDefinition extends IRestMessageDefinition
This interface defines a rest request message.
Since:
9.0
Author:
a.pragt
  • Method Details

    • getHttpMethod

      HttpMethodType getHttpMethod()
      This method returns the http method of the message.
      Returns:
      The http method of the message, may not be null.
    • getUrnFragments

      IRestUrnFragmentDefinition[] getUrnFragments()
      This method returns the urn fragments of the request url.
      Returns:
      The urn fragments, may not be null.
    • getUrnArguments

      IRestUrnArgumentDefinition[] getUrnArguments()
      This method returns the urn arguments of the request url.
      Returns:
      The urn arguments, may not be null.