Interface WsdlDefinition

All Known Subinterfaces:
Wsdl11Definition
All Known Implementing Classes:
DefaultWsdl11Definition, ProviderBasedWsdl4jDefinition, SimpleWsdl11Definition, Wsdl4jDefinition

public interface WsdlDefinition
Represents an abstraction for WSDL definitions.
Since:
1.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    default @Nullable String
    Return the name of the definition, if known.
    Returns the Source of the definition.
  • Method Details

    • getName

      default @Nullable String getName()
      Return the name of the definition, if known.
      Since:
      5.1.0
    • getSource

      Source getSource()
      Returns the Source of the definition.
      Returns:
      the Source of this WSDL definition