Class WSDLPartImpl

  • All Implemented Interfaces:
    com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart, WSDLObject, WSDLPart

    public final class WSDLPartImpl
    extends Object
    implements com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart
    Implementation of WSDLPart
    Author:
    Vivek Pandey
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: WSDLPart
        Gets wsdl:part@name attribute value.
        Specified by:
        getName in interface WSDLPart
      • setBinding

        public void setBinding​(ParameterBinding binding)
        Description copied from interface: com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart
        Sets binding
        Specified by:
        setBinding in interface com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart
        Parameters:
        binding - Binding
      • getIndex

        public int getIndex()
        Description copied from interface: WSDLPart
        Index value is as the order in which the wsdl:part appears inside the input or output wsdl:message.
        Specified by:
        getIndex in interface WSDLPart
        Returns:
        n where n >= 0
      • setIndex

        public void setIndex​(int index)
        Description copied from interface: com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart
        Sets index
        Specified by:
        setIndex in interface com.sun.xml.ws.api.model.wsdl.editable.EditableWSDLPart
        Parameters:
        index - Index
      • getDescriptor

        public WSDLPartDescriptor getDescriptor()
        Description copied from interface: WSDLPart
        Gives the XML Schema descriptor referenced using either wsdl:part@element or wsdl:part@type.
        Specified by:
        getDescriptor in interface WSDLPart
      • getLocation

        @NotNull
        public final Locator getLocation()
        Description copied from interface: WSDLObject
        Gets the source location information in the parsed WSDL. This is useful when producing error messages.
        Specified by:
        getLocation in interface WSDLObject