public final class ControlWsdlLocator extends Object implements javax.wsdl.xml.WSDLLocator
| 构造器和说明 |
|---|
ControlWsdlLocator(String wsdlName,
BeanContext beanContext)
Create a new wsdl locator for the wsdl file with the specified name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 javax.wsdl.xml.WSDLLocatorpublic String getBaseURI()
getBaseURI 在接口中 javax.wsdl.xml.WSDLLocatorpublic InputSource getImportInputSource(String string, String string1)
getImportInputSource 在接口中 javax.wsdl.xml.WSDLLocatorstring - string1 - public String getLatestImportURI()
getLatestImportURI 在接口中 javax.wsdl.xml.WSDLLocatorpublic void close()
close 在接口中 javax.wsdl.xml.WSDLLocatorCopyright © 2024 Hitachi Vantara. All rights reserved.