public final class ControlWsdlLocator extends Object implements javax.wsdl.xml.WSDLLocator
| Constructor and Description | 
|---|
ControlWsdlLocator(String wsdlName,
                  BeanContext beanContext)
Create a new wsdl locator for the wsdl file with the specified name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
cleanup()
Close any InputStreams opened by this locator. 
 | 
void | 
close()  | 
InputSource | 
getBaseInputSource()
Find the InputSource for the WSDL file stored in _wsdlName. 
 | 
String | 
getBaseURI()
Get the base URI for the wsdl file. 
 | 
InputSource | 
getImportInputSource(String string,
                    String string1)
Not implemented. 
 | 
String | 
getLatestImportURI()
Not implemented. 
 | 
public ControlWsdlLocator(String wsdlName, BeanContext beanContext)
wsdlName - Name of the WSDL file to try to load.  Name may include file path elements.beanContext - The ControlBeanContext of the control which wants to load a WSDL file.public void cleanup()
public InputSource getBaseInputSource()
getBaseInputSource in interface javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI in interface javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String string, String string1)
getImportInputSource in interface javax.wsdl.xml.WSDLLocatorstring - string1 - public String getLatestImportURI()
getLatestImportURI in interface javax.wsdl.xml.WSDLLocatorpublic void close()
close in interface javax.wsdl.xml.WSDLLocator