Interface ISoapServiceConfigurationDS

All Superinterfaces:
IWebServiceConfigurationDS
All Known Implementing Classes:
ReportingSoapServiceConfigurationDS, XmlSoapServiceConfigurationDS, XmlSoapServiceConfigurationDS

public interface ISoapServiceConfigurationDS extends IWebServiceConfigurationDS
This interface defines the reference from a webservice to a soaposervice 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 contract name of the soapservice.
      Returns:
      The contract name of the webservice, may not be null.