Apache CXF API

org.apache.cxf.wsdl11
Class ResourceManagerWSDLLocator

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

public class ResourceManagerWSDLLocator
extends java.lang.Object
implements javax.wsdl.xml.WSDLLocator


Constructor Summary
ResourceManagerWSDLLocator(java.lang.String wsdlUrl, Bus bus)
           
ResourceManagerWSDLLocator(java.lang.String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, Bus bus)
           
 
Method Summary
 void close()
           
 org.xml.sax.InputSource getBaseInputSource()
           
 java.lang.String getBaseURI()
           
 org.xml.sax.InputSource getImportInputSource(java.lang.String parentLocation, java.lang.String importLocation)
           
 java.lang.String getLatestImportURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManagerWSDLLocator

public ResourceManagerWSDLLocator(java.lang.String wsdlUrl,
                                  javax.wsdl.xml.WSDLLocator parent,
                                  Bus bus)

ResourceManagerWSDLLocator

public ResourceManagerWSDLLocator(java.lang.String wsdlUrl,
                                  Bus bus)
Method Detail

close

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

getBaseInputSource

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

getBaseURI

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

getImportInputSource

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

getLatestImportURI

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

Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.