Interface IWsdlVisitor

All Known Implementing Classes:
ReportingWsdlVisitor, WsdlVisitor

public interface IWsdlVisitor
This visitor adds resources to a soap service reference.
Author:
a.pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This method adds a wsdl as resource.
  • Method Details

    • addWsdl

      void addWsdl(IWsdlDS wsdl)
      This method adds a wsdl as resource.
      Parameters:
      wsdl - Object representing the wsdl.
      Throws:
      InitializationException - This exception is thrown when the wsdl could not be initialized with the provided data source.