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:
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
 org.xml.sax.Locator getLocation()
          Gets the source location information in the parsed WSDL.
 

Method Detail

getLocation

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



Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.