77787980818283
throw new WebServiceException(e); } } public DataHandler asDataHandler() { return new DataSourceStreamingDataHandler(this); }
76777879808182
//we got to reallocate and give the exact byte[] return byteArrayBuffer.toByteArray(); } public DataHandler asDataHandler() { return new DataSourceStreamingDataHandler(new ByteArrayDataSource(data,0,len,getContentType())); }
83848586878889
} return data; } public DataHandler asDataHandler() { return new DataSourceStreamingDataHandler(new ByteArrayDataSource(data,start,len,getContentType())); }
79808182838485
} return bab.getRawData(); } public DataHandler asDataHandler() { return new DataSourceStreamingDataHandler(this); }