Interface IWebServiceConfigurationDS

All Known Subinterfaces:
IRestServiceConfigurationDS, ISoapServiceConfigurationDS
All Known Implementing Classes:
ReportingRestServiceConfigurationDS, ReportingSoapServiceConfigurationDS, ReportingWebServiceConfigurationDS, XmlRestServiceConfigurationDS, XmlRestServiceConfigurationDS, XmlSoapServiceConfigurationDS, XmlSoapServiceConfigurationDS, XmlWebServiceConfigurationDS, XmlWebServiceConfigurationDS

public interface IWebServiceConfigurationDS
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method will be invoked to retrieve the available operation mappings.
    boolean
    This method returns whether the service should validate each incoming request.
  • Method Details

    • validate

      boolean validate()
      This method returns whether the service should validate each incoming request.
      Returns:
      boolean indicator for validating incoming requests.
    • iterateOperations

      void iterateOperations(IWebServiceOperationVisitor visitor)
      This method will be invoked to retrieve the available operation mappings.
      Parameters:
      visitor - The visitor that is called for the operation mapping.
      Throws:
      InitializationException - This exception is thrown when there is an error processing the operation mapping.