-
- All Known Subinterfaces:
WSDLBoundFault,WSDLBoundOperation,WSDLBoundPortType,WSDLExtensible,WSDLFault,WSDLFeaturedObject,WSDLInput,WSDLMessage,WSDLModel,WSDLOperation,WSDLOutput,WSDLPart,WSDLPartDescriptor,WSDLPort,WSDLPortType,WSDLService
public interface WSDLObjectMarker interface serves as base interface for the wsdl model- Author:
- Vivek Pandey
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocatorgetLocation()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.
-
-