Package org.apache.cxf.wsdl11
Class ResourceManagerWSDLLocator
- java.lang.Object
-
- org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
-
- 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
Constructors Constructor Description ResourceManagerWSDLLocator(String wsdlUrl, javax.wsdl.xml.WSDLLocator parent, org.apache.cxf.Bus bus)ResourceManagerWSDLLocator(String wsdlUrl, org.apache.cxf.Bus bus)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InputSourcegetInputSource()InputSourcegetInputSource(String parentLocation, String importLocation)-
Methods inherited from class org.apache.cxf.wsdl11.AbstractWrapperWSDLLocator
close, getBaseInputSource, getBaseURI, getImportInputSource, getLatestImportURI
-
-
-
-
Method Detail
-
getInputSource
public InputSource getInputSource()
- Specified by:
getInputSourcein classAbstractWrapperWSDLLocator
-
getInputSource
public InputSource getInputSource(String parentLocation, String importLocation)
- Specified by:
getInputSourcein classAbstractWrapperWSDLLocator
-
-