java.lang.Object
com.aquima.interactions.test.templates.AbstractReportingTemplate
com.aquima.interactions.test.templates.communication.WsdlTemplate

public class WsdlTemplate extends AbstractReportingTemplate
This class may be used to quickly initialize a model.
Since:
9.0
Author:
Jon van Leuven, Arjan Pragt
  • Constructor Details

    • WsdlTemplate

      protected WsdlTemplate(String name, String targetNamespace, String wsdl, com.aquima.interactions.foundation.report.IInitializationReport report)
  • Method Details

    • getName

      public String getName()
    • getTargetNamespace

      protected String getTargetNamespace()
    • setTargetNamespace

      public void setTargetNamespace(String targetNamespace)
    • addInclude

      public void addInclude(String name)
      This method adds an include to the wsdl.
      Parameters:
      name - The name of the included wsdl, may not be null.
    • getIncludes

      protected String[] getIncludes()
    • getContent

      protected String getContent()
    • setContent

      public void setContent(String wsdlData)
      This method sets the content of the wsdl.
      Parameters:
      wsdlData - The content of the wsdl, may not be null.
    • toDatasource

      public com.aquima.interactions.communication.ds.IWsdlDS toDatasource()