|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pentaho.di.trans.steps.webservices.wsdl.ControlWsdlLocator
public final class ControlWsdlLocator
Implementation of WSDLLocator for Beehive controls. This WSDLLocator implementation may open multiple input streams, its cleanup() method should always be called once the WSDL file has been parsed.
Constructor Summary | |
---|---|
ControlWsdlLocator(String wsdlName,
BeanContext beanContext)
Create a new wsdl locator for the wsdl file with the specified name. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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.Method Detail |
---|
public void cleanup()
public InputSource getBaseInputSource()
getBaseInputSource
in interface javax.wsdl.xml.WSDLLocator
public String getBaseURI()
getBaseURI
in interface javax.wsdl.xml.WSDLLocator
public InputSource getImportInputSource(String string, String string1)
getImportInputSource
in interface javax.wsdl.xml.WSDLLocator
string
- string1
-
public String getLatestImportURI()
getLatestImportURI
in interface javax.wsdl.xml.WSDLLocator
public void close()
close
in interface javax.wsdl.xml.WSDLLocator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |