org.ow2.orchestra.util.wsdl
Class WSDLInMemoryLocator
java.lang.Object
org.ow2.orchestra.util.wsdl.WSDLInMemoryLocator
- All Implemented Interfaces:
- javax.wsdl.xml.WSDLLocator
public class WSDLInMemoryLocator
- extends Object
- implements javax.wsdl.xml.WSDLLocator
- Author:
- Loic Albertin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLInMemoryLocator
public WSDLInMemoryLocator(String wsdlUrl,
String importerPath,
Map<String,byte[]> wsdlRepository)
getBaseInputSource
public InputSource getBaseInputSource()
- Specified by:
getBaseInputSource in interface javax.wsdl.xml.WSDLLocator
getImportInputSource
public InputSource getImportInputSource(String parentLocation,
String importLocation)
- Specified by:
getImportInputSource 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
close
public void close()
- Specified by:
close in interface javax.wsdl.xml.WSDLLocator
Copyright © 2012 OW2 Consortium. All Rights Reserved.