Interface WSDLPartDescriptor

  • All Superinterfaces:
    WSDLObject
    All Known Implementing Classes:
    WSDLPartDescriptorImpl

    public interface WSDLPartDescriptor
    extends WSDLObject
    Abstracts wsdl:part descriptor that is defined using element or type attribute.
    Author:
    Vivek Pandey
    • Method Detail

      • name

        QName name()
        Gives Qualified name of the XML Schema element or type
      • type

        WSDLDescriptorKind type()
        Gives whether wsdl:part references a schema type or a global element.