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 Summary

    Modifier and Type
    Method
    Description
    Gives Qualified name of the XML Schema element or type
    Gives whether wsdl:part references a schema type or a global element.

    Methods inherited from interface com.sun.xml.ws.api.model.wsdl.WSDLObject

    getLocation
  • Method Details

    • name

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

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