org.ow2.orchestra.util.wsdl
Class WSDLInMemoryLocator

java.lang.Object
  extended by 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

Constructor Summary
WSDLInMemoryLocator(String wsdlUrl, String importerPath, Map<String,byte[]> wsdlRepository)
           
 
Method Summary
 void close()
           
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parentLocation, String importLocation)
           
 String getLatestImportURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSDLInMemoryLocator

public WSDLInMemoryLocator(String wsdlUrl,
                           String importerPath,
                           Map<String,byte[]> wsdlRepository)
Method Detail

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.