Interface IRestServiceConfiguration

All Superinterfaces:
IWebServiceConfiguration
All Known Implementing Classes:
RestServiceConfiguration

public interface IRestServiceConfiguration extends IWebServiceConfiguration
Since:
9.0
Author:
Jon van Leuven
  • Method Details

    • getRestServiceDefinition

      IRestServiceDefinition getRestServiceDefinition()
      This method returns the definition of the service.
      Returns:
      The definition of the service, never null.
    • getContract

      ISchemaContract getContract()
      This method returns the xml contract of the message body
      Returns:
      The xml contract of the body