org.apache.geronimo.axis2.util
Class SimpleWSDLLocator

java.lang.Object
  extended by org.apache.geronimo.axis2.util.SimpleWSDLLocator
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator

public class SimpleWSDLLocator
extends Object
implements javax.wsdl.xml.WSDLLocator


Constructor Summary
SimpleWSDLLocator(String baseURI)
           
 
Method Summary
 void close()
           
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parentLocation, String importLocation)
           
 String getLatestImportURI()
           
protected  InputSource resolve(String parentLocation, String importLocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWSDLLocator

public SimpleWSDLLocator(String baseURI)
Method Detail

getBaseInputSource

public InputSource getBaseInputSource()
Specified by:
getBaseInputSource in interface javax.wsdl.xml.WSDLLocator

getBaseURI

public String getBaseURI()
Specified by:
getBaseURI in interface javax.wsdl.xml.WSDLLocator

getImportInputSource

public InputSource getImportInputSource(String parentLocation,
                                        String importLocation)
Specified by:
getImportInputSource in interface javax.wsdl.xml.WSDLLocator

resolve

protected InputSource resolve(String parentLocation,
                              String importLocation)

getLatestImportURI

public String getLatestImportURI()
Specified by:
getLatestImportURI in interface javax.wsdl.xml.WSDLLocator

close

public void close()


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.