Interface IWsdlDefinition

All Known Implementing Classes:
WsdlDefinition

public interface IWsdlDefinition
This interface defines an wsdl entry.
Since:
9.0
Author:
a.pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    This method returns the binary content of the wsdl.
    This method returns the include definitions of the wsdl.
    This method returns the name of the wsdl.
    This method returns the target namespace of the wsdl.
  • Method Details

    • getName

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

      String getTargetNamespace()
      This method returns the target namespace of the wsdl.
      Returns:
      The target namespace of the wsdl, may be null.
    • getIncludes

      IWsdlDefinition[] getIncludes()
      This method returns the include definitions of the wsdl.
      Returns:
      The include definitions of the wsdl, may not be null.
    • getContent

      byte[] getContent()
      This method returns the binary content of the wsdl.
      Returns:
      The binary content of the wsdl, may not be null.