Class CustomizedWSDLLocator
- java.lang.Object
-
- 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
Constructors Constructor Description CustomizedWSDLLocator(String wsdlUrl, Map<String,Element> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()InputSourcegetBaseInputSource()StringgetBaseURI()InputSourcegetImportInputSource(String parent, String importLocation)StringgetLatestImportURI()Map<String,String>getResolvedMap()voidsetCatalogResolver(OASISCatalogManager cr)
-
-
-
Method Detail
-
setCatalogResolver
public void setCatalogResolver(OASISCatalogManager cr)
-
getBaseInputSource
public InputSource getBaseInputSource()
- Specified by:
getBaseInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURIin interfacejavax.wsdl.xml.WSDLLocator
-
getLatestImportURI
public String getLatestImportURI()
- Specified by:
getLatestImportURIin interfacejavax.wsdl.xml.WSDLLocator
-
getImportInputSource
public InputSource getImportInputSource(String parent, String importLocation)
- Specified by:
getImportInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
close
public void close()
- Specified by:
closein interfacejavax.wsdl.xml.WSDLLocator
-
-