Package org.apache.cxf.wsdl11
Class AbstractWrapperWSDLLocator
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected javax.wsdl.xml.WSDLLocatorparent
-
Constructor Summary
Constructors Constructor Description AbstractWrapperWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidclose()InputSourcegetBaseInputSource()StringgetBaseURI()InputSourcegetImportInputSource(String parentLocation, String importLocation)abstract InputSourcegetInputSource()abstract InputSourcegetInputSource(String parentLocation, String importLocation)StringgetLatestImportURI()
-
-
-
Constructor Detail
-
AbstractWrapperWSDLLocator
public AbstractWrapperWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent)
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfacejavax.wsdl.xml.WSDLLocator
-
getInputSource
public abstract InputSource getInputSource()
-
getInputSource
public abstract InputSource getInputSource(String parentLocation, String importLocation)
-
getBaseInputSource
public InputSource getBaseInputSource()
- Specified by:
getBaseInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
getBaseURI
public String getBaseURI()
- Specified by:
getBaseURIin interfacejavax.wsdl.xml.WSDLLocator
-
getImportInputSource
public InputSource getImportInputSource(String parentLocation, String importLocation)
- Specified by:
getImportInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
getLatestImportURI
public String getLatestImportURI()
- Specified by:
getLatestImportURIin interfacejavax.wsdl.xml.WSDLLocator
-
-