org.apache.openejb.core.webservices
Class WsdlResolver

java.lang.Object
  extended by org.apache.openejb.core.webservices.WsdlResolver
All Implemented Interfaces:
javax.wsdl.xml.WSDLLocator

public class WsdlResolver
extends Object
implements javax.wsdl.xml.WSDLLocator


Constructor Summary
WsdlResolver(String baseURI, InputSource is)
           
 
Method Summary
 void close()
           
 InputSource getBaseInputSource()
           
 String getBaseURI()
           
 InputSource getImportInputSource(String parent, String importLocation)
           
 String getLatestImportURI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WsdlResolver

public WsdlResolver(String baseURI,
                    InputSource is)
Method Detail

getBaseInputSource

public InputSource getBaseInputSource()
Specified by:
getBaseInputSource 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

getImportInputSource

public InputSource getImportInputSource(String parent,
                                        String importLocation)
Specified by:
getImportInputSource in interface javax.wsdl.xml.WSDLLocator

close

public void close()
Specified by:
close in interface javax.wsdl.xml.WSDLLocator


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.