Interface WSDLObject

All Known Subinterfaces:
EditableWSDLBoundFault, EditableWSDLBoundOperation, EditableWSDLBoundPortType, EditableWSDLFault, EditableWSDLInput, EditableWSDLMessage, EditableWSDLModel, EditableWSDLOperation, EditableWSDLOutput, EditableWSDLPart, EditableWSDLPort, EditableWSDLPortType, EditableWSDLService, WSDLBoundFault, WSDLBoundOperation, WSDLBoundPortType, WSDLExtensible, WSDLFault, WSDLFeaturedObject, WSDLInput, WSDLMessage, WSDLModel, WSDLOperation, WSDLOutput, WSDLPart, WSDLPartDescriptor, WSDLPort, WSDLPortType, WSDLService
All Known Implementing Classes:
WSDLBoundFaultImpl, WSDLBoundOperationImpl, WSDLBoundPortTypeImpl, WSDLFaultImpl, WSDLInputImpl, WSDLMessageImpl, WSDLModelImpl, WSDLOperationImpl, WSDLOutputImpl, WSDLPartDescriptorImpl, WSDLPartImpl, WSDLPortImpl, WSDLPortTypeImpl, WSDLServiceImpl

public interface WSDLObject
Marker interface serves as base interface for the wsdl model
Author:
Vivek Pandey
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the source location information in the parsed WSDL.
  • Method Details

    • getLocation

      @NotNull Locator getLocation()
      Gets the source location information in the parsed WSDL. This is useful when producing error messages.