com.sun.tools.ws.wsdl.framework
Class WSDLLocation

java.lang.Object
  extended by 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.


Constructor Summary
WSDLLocation()
           
 
Method Summary
 String getLocation()
           
 void pop()
           
 void push()
           
 void reset()
           
 void setLocation(String loc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLLocation

WSDLLocation()
Method Detail

push

public void push()

pop

public void pop()

reset

public void reset()

getLocation

public String getLocation()

setLocation

public void setLocation(String loc)