Package com.finwin.util

JAXP Quote Example

See:
          Description

Interface Summary
WDDXObject An object contained with in a WDDX Document's data section.
 

Class Summary
HTTPRequest An object for making HTTP requests over TCP/IP.
WDDXDocument Represents a WDDX XML Message.
WDDXRecordset Represents a record set object in a WDDX Document's data section.
WDDXStruct Implements a WDDXObject which represents a multiple value structure containing variables of differing types.
WDDXVar Represends a variable record in a WDDX Document's Data section.
 

Package com.finwin.util Description

JAXP Quote Example

Java Source here.

This example demonstrates how to integrate the com.finwin.util package with the JAXP XML Parser from Sun Microssystems.

This example connects to the FinWin server using HTTPRequest and passes the response to the JAXP XML Parser. Once it has parsed the response, it is handed to WDDXDocument to allow the sub components of the response to be processed.

XML4J Quote Example

Java Source here.

This example demonstrates how to integrate the com.finwin.util package with the XML4J XML Parser from IBM.

This example connects to the FinWin server using HTTPRequest and passes the response to the JAXP XML Parser. Once it has parsed the response, it is handed to WDDXDocument to allow the sub components of the response to be processed.

Option Chain Example

Java Source here.

This example demonstrates how to work with WDDXStruct based responses. This example uses HTTPRequest to retreive the data, then passes the response to JAXP to be parsed. Once parsed and it constructs a WDDXDocument to manipulate the data and retreive the WDDXStruct. Finaly the names of the fields in the WDDXStruct are retreived and the WDDXVar and then WDDXRecordset.