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 -
Constructor Summary
ConstructorsConstructorDescriptionAbstractWrapperWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getImportInputSource(String parentLocation, String importLocation) abstract InputSourceabstract InputSourcegetInputSource(String parentLocation, String importLocation)
-
Field Details
-
parent
protected javax.wsdl.xml.WSDLLocator parent
-
-
Constructor Details
-
AbstractWrapperWSDLLocator
-
-
Method Details
-
close
public void close()- Specified by:
closein interfacejavax.wsdl.xml.WSDLLocator
-
getInputSource
-
getInputSource
-
getBaseInputSource
- Specified by:
getBaseInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
getBaseURI
- Specified by:
getBaseURIin interfacejavax.wsdl.xml.WSDLLocator
-
getImportInputSource
- Specified by:
getImportInputSourcein interfacejavax.wsdl.xml.WSDLLocator
-
getLatestImportURI
- Specified by:
getLatestImportURIin interfacejavax.wsdl.xml.WSDLLocator
-