com.sun.xml.ws.api.model.wsdl
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
 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.



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.