Apache CXF API

org.apache.cxf.wsdl11
Class AbstractWrapperWSDLLocator

java.lang.Object
  extended by org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator
Direct Known Subclasses:
ResourceManagerWSDLLocator

public abstract class AbstractWrapperWSDLLocator
extends Object
implements javax.wsdl.xml.WSDLLocator


Field Summary
protected  javax.wsdl.xml.WSDLLocator parent
           
 
Constructor Summary
AbstractWrapperWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent)
           
 
Method Summary
 void close()
           
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parentLocation, String importLocation)
           
abstract  InputSource getInputSource()
           
abstract  InputSource getInputSource(String parentLocation, String importLocation)
           
 String getLatestImportURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

parent

protected javax.wsdl.xml.WSDLLocator parent
Constructor Detail

AbstractWrapperWSDLLocator

public AbstractWrapperWSDLLocator(String wsdlUrl,
                                  javax.wsdl.xml.WSDLLocator parent)
Method Detail

close

public void close()
Specified by:
close in interface javax.wsdl.xml.WSDLLocator

getInputSource

public abstract InputSource getInputSource()

getInputSource

public abstract InputSource getInputSource(String parentLocation,
                                           String importLocation)

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

getLatestImportURI

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

Apache CXF API

Apache CXF