|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.raritantechnologies.jcifs.JCIFSXMLDataSource
Enables access to Remote Network storage files that contain XML data, that are accessed via NTLM authentication.
XML Configuration Template:
<XMLDataSource class="com.raritantechnologies.jcifs.JCIFSXMLDataSource"
ntlmDomain="[ name of NTLM domain ]"
userName="[ user name for authentication ]"
password="[ password for authentication ]"
WINSServer="[ IP address of WINS Server ]" >
<!-- One or more URL's to retrieve -->
<URL>[ URL to retrieve ]<
</XMLDataSource>
| Constructor Summary | |
JCIFSXMLDataSource()
|
|
| Method Summary | |
org.w3c.dom.Document |
getNextResult()
returns next available document |
boolean |
hasMoreResults()
returns true if more results available, false otherwise |
void |
init(RaritanPageContext rpc)
Initialize the source. |
void |
initialize(org.w3c.dom.Element elem)
Initializes the object from an XML tag or element. |
void |
shutdown()
close all connections, or other application resources. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JCIFSXMLDataSource()
| Method Detail |
public void init(RaritanPageContext rpc)
IXMLDataSource
init in interface IXMLDataSourcepublic boolean hasMoreResults()
hasMoreResults in interface IXMLDataSourcepublic org.w3c.dom.Document getNextResult()
getNextResult in interface IXMLDataSourcepublic void shutdown()
shutdown in interface IXMLDataSourcepublic void initialize(org.w3c.dom.Element elem)
IConfigurable
initialize in interface IConfigurable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||