Package com.sun.tools.ws.wsdl.framework
Class WSDLLocation
- java.lang.Object
-
- com.sun.tools.ws.wsdl.framework.WSDLLocation
-
public class WSDLLocation extends Object
Maintains wsdl:location context. This is used with TWSDLParserContextImpl, where one each WSDL being imported its location is pushed.- Author:
- WS Development Team
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLocation()voidpop()voidpush()voidreset()voidsetLocation(String loc)
-