Interface IRestServiceConfigurationDS

All Superinterfaces:
IWebServiceConfigurationDS
All Known Implementing Classes:
ReportingRestServiceConfigurationDS, XmlRestServiceConfigurationDS, XmlRestServiceConfigurationDS

public interface IRestServiceConfigurationDS extends IWebServiceConfigurationDS
This interface defines the reference from a webservice to a restservice definition
Since:
9.0
Author:
Arjan Pragt
  • Method Details

    • getName

      String getName()
      This method returns the name of the service.
      Returns:
      The name of the service, may not be null.
    • getContractName

      String getContractName()
      This method returns the name of the contract for the bodies of the messages.
      Returns:
      The contract name, may be null.