A C G H P R S T U W

A

addHeader(String, String) - Method in class com.finwin.util.HTTPRequest
Adds an element to the request header.
addPostValue(String, String) - Method in class com.finwin.util.HTTPRequest
Adds a value to the post request.

C

close() - Method in class com.finwin.util.HTTPRequest
Releases the TCP/IP data in use by the request.
com.finwin.util - package com.finwin.util
JAXP Quote Example

G

GET - Static variable in class com.finwin.util.HTTPRequest
 
get() - Method in class com.finwin.util.WDDXVar
Provides the data contained in this object.
getColumnNames() - Method in class com.finwin.util.WDDXRecordset
Obtains the list of column names.
getData() - Method in class com.finwin.util.WDDXDocument
Obtains the Data object of the WDDX document.
getField(int) - Method in class com.finwin.util.WDDXStruct
Provides the indexed object.
getField(String) - Method in class com.finwin.util.WDDXStruct
Provides the named object.
getFieldCount() - Method in class com.finwin.util.WDDXStruct
Provides the number of fields in this object.
getFirstInstance(Node, String) - Static method in class com.finwin.util.WDDXDocument
Obtains the first instance of the node named by nodePath
getHeader(String) - Method in class com.finwin.util.HTTPRequest
Attempts to locate a header entry.
getInputReader() - Method in class com.finwin.util.HTTPRequest
Returns the input stream from the request, so that large files may be read by buffered readers.
getName() - Method in class com.finwin.util.WDDXVar
Provides the name of this Variable.
getResponse() - Method in class com.finwin.util.HTTPRequest
Reads the response and returns it as a string.
getResultCode() - Method in class com.finwin.util.HTTPRequest
Obtains the result code.
getRowCount() - Method in class com.finwin.util.WDDXRecordset
Obtains the number of rows in the result set.
getValue(int, int) - Method in class com.finwin.util.WDDXRecordset
Obtains the indexed column from the row specified.
getValue(int, String) - Method in class com.finwin.util.WDDXRecordset
Obtains the named column from the row specified.

H

HTTPRequest - class com.finwin.util.HTTPRequest.
An object for making HTTP requests over TCP/IP.
HTTPRequest.pair - class com.finwin.util.HTTPRequest.pair.
 
HTTPRequest.pair(HTTPRequest, String, String) - Constructor for class com.finwin.util.HTTPRequest.pair
 
HTTPRequest(int, URL) - Constructor for class com.finwin.util.HTTPRequest
Constructs the HTTP request secifying the method for the request and the url to contact.

P

POST - Static variable in class com.finwin.util.HTTPRequest
 

R

request() - Method in class com.finwin.util.HTTPRequest
Makes the request from the server.

S

setDocument(Document) - Method in class com.finwin.util.WDDXDocument
Sets the document for the object.

T

toString() - Method in class com.finwin.util.WDDXStruct
Provides descriptive string output.
toString() - Method in class com.finwin.util.WDDXRecordset
Provides the descriptive string output
toString() - Method in class com.finwin.util.WDDXVar
Provides the descriptive string output
toString() - Method in class com.finwin.util.WDDXDocument
Provides the descriptive string output

U

urlEnc(String) - Static method in class com.finwin.util.HTTPRequest
Encodes a string URL style.

W

WDDXDocument - class com.finwin.util.WDDXDocument.
Represents a WDDX XML Message.
WDDXDocument() - Constructor for class com.finwin.util.WDDXDocument
Default constructor called when this object is accessed as a bean.
WDDXDocument(Document) - Constructor for class com.finwin.util.WDDXDocument
Constructs the WDDXDocument from a org.w3c.dom.Document.
WDDXObject - interface com.finwin.util.WDDXObject.
An object contained with in a WDDX Document's data section.
WDDXRecordset - class com.finwin.util.WDDXRecordset.
Represents a record set object in a WDDX Document's data section.
WDDXStruct - class com.finwin.util.WDDXStruct.
Implements a WDDXObject which represents a multiple value structure containing variables of differing types.
WDDXVar - class com.finwin.util.WDDXVar.
Represends a variable record in a WDDX Document's Data section.

A C G H P R S T U W