Apache CXF API

org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11
Class CustomizedWSDLLocator

java.lang.Object
  extended by org.apache.cxf.tools.wsdlto.frontend.jaxws.wsdl11.CustomizedWSDLLocator
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator

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


Constructor Summary
CustomizedWSDLLocator(String wsdlUrl, Map<String,Element> map)
           
 
Method Summary
 void close()
           
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parent, String importLocation)
           
 String getLatestImportURI()
           
 Map<String,String> getResolvedMap()
           
 void setCatalogResolver(OASISCatalogManager cr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomizedWSDLLocator

public CustomizedWSDLLocator(String wsdlUrl,
                             Map<String,Element> map)
Method Detail

setCatalogResolver

public void setCatalogResolver(OASISCatalogManager cr)

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

getLatestImportURI

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

getImportInputSource

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

close

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

getResolvedMap

public Map<String,String> getResolvedMap()

Apache CXF API

Apache CXF