C G M S X

C

connect(String) - Method in class XmlOdbc
Establishes socket connection to the XML-ODBC Server; Port defaults to 8895.
connect(String, int) - Method in class XmlOdbc
Establishes socket connection to the XML-ODBC Server

G

getStreamResponse() - Method in class XmlOdbc
Get XML response from the server as an input stream that can be passed to a parser.
getStringResponse() - Method in class XmlOdbc
Get XML response from the server as a String

M

main(String[]) - Static method in class XmlOdbcDemo
 

S

sendRequest(String, String) - Method in class XmlOdbc
Construct a request in XML and send it to the server.
sendXml(String) - Method in class XmlOdbc
Send XML request to the server given as a String parameter

X

XmlOdbc - class XmlOdbc.
The XmlOdbc class is used to communicate with the Easysoft XML-ODBC Server.
XmlOdbc() - Constructor for class XmlOdbc
 
XmlOdbcDemo - class XmlOdbcDemo.
 
XmlOdbcDemo() - Constructor for class XmlOdbcDemo
 

C G M S X