users@jax-ws.java.net

Re: Streams?

From: Jitendra Kotamraju <Jitendra.Kotamraju_at_Sun.COM>
Date: Mon, 08 Jan 2007 20:07:25 -0800

Baker, Brad (Contr) wrote:

> Hi all,
>
>
>
> I have a web service that passes a byte[]. This array is getting very
> large. Is there a way to stream this info to the client and not pull
> the whole array into memory at one time?
>
If you have byte[], then I don't think there is anyway except to pull it
into the memory. But if there is a DataHandler, probably something can
be done.

Jitu

>
>
> Thanks for any help,
>
> Brad
>