Interface ISoapServiceConfiguration

All Superinterfaces:
IWebServiceConfiguration
All Known Implementing Classes:
SoapServiceConfiguration

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

    • getSoapServiceDefinition

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

      ISoapContract getContract()
      This method returns the soap service contract.
      Returns:
      The soap service contract, may not be null.