com.sun.xml.ws.api.model.wsdl
Interface WSDLObject

All Known Subinterfaces:
WSDLBoundFault, WSDLBoundOperation, WSDLBoundPortType, WSDLExtensible, WSDLFault, WSDLFeaturedObject, WSDLInput, WSDLMessage, WSDLModel, WSDLOperation, WSDLOutput, WSDLPart, WSDLPartDescriptor, WSDLPort, WSDLPortType, WSDLService
All Known Implementing Classes:
AbstractExtensibleImpl, AbstractExtensibleImpl.UnknownWSDLExtension, AbstractFeaturedObjectImpl, AbstractObjectImpl, 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


Method Summary
 Locator getLocation()
          Gets the source location information in the parsed WSDL.
 

Method Detail

getLocation

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