Interface ISoapContractDS

All Known Implementing Classes:
ReportingSoapContractDS, XmlSoapContractDS, XmlSoapContractDS

public interface ISoapContractDS
  • Method Summary

    Modifier and Type
    Method
    Description
    This method returns the entry wsdl of the contract.
    This method returns the name of the contract.
    This method returns the name of the schema contract.
    void
    This method iterates about the resources of the reference.
  • Method Details

    • getName

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

      String getSchemaContractName()
      This method returns the name of the schema contract.
      Returns:
      The name of the schema contract, may not be null.
    • getMainWsdl

      String getMainWsdl()
      This method returns the entry wsdl of the contract.
      Returns:
      The name of the entry wsdl, may not be null.
    • iterateWsdls

      void iterateWsdls(IWsdlVisitor visitor)
      This method iterates about the resources of the reference.
      Parameters:
      visitor - the visitor accepting the resources, may not be null.