| |

Ruddi input and output streams

Introduction

In some cases, working with Ruddi data structures may be too high-level being given the actual developer's needs. For example, the result of an UDDI query could be displayed in HTML using XSLT transformation directly on the UDDI registry reply stream. Ruddi comes with an UDDIInputStream class that allows accessing an UDDI registry reply as a stream.

Working with UDDIInputStream

An UDDIInputStream lets a Ruddi application read UDDI registry responses from an underlying input stream. The UDDIInputStream class defines one readXXX method per UDDI response object type ( readBusinessList() , readModelDetail() , etc.). The UDDIInputStream class also comes with a writeTo(OutputStream) method that allows streaming the input stream to a given output stream.

Working with UDDIOutputStream

Ruddi doesn't currently implement an UDDIOutputStream .

| |

(c) INSPIRE IT, 2003 | Send us your feedback: developers@ruddi.biz