Apache CXF API

org.apache.cxf.wsdl11
Class ResourceManagerWSDLLocator

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

public class ResourceManagerWSDLLocator
extends AbstractWrapperWSDLLocator


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

Constructor Detail

ResourceManagerWSDLLocator

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

ResourceManagerWSDLLocator

public ResourceManagerWSDLLocator(String wsdlUrl,
                                  Bus bus)
Method Detail

getInputSource

public InputSource getInputSource()
Specified by:
getInputSource in class AbstractWrapperWSDLLocator

getInputSource

public InputSource getInputSource(String parentLocation,
                                  String importLocation)
Specified by:
getInputSource in class AbstractWrapperWSDLLocator

Apache CXF API

Apache CXF