Novell exteNd Web Services SDK API

com.sssw.jbroker.web.holders
Interface Holder

All Superinterfaces:
Holder
All Known Implementing Classes:
BigDecimalArrayHolder, BigDecimalHolder, BigIntegerArrayHolder, BigIntegerHolder, BooleanArrayHolder, BooleanHolder, ByteArrayHolder, ByteHolder, DateArrayHolder, DateHolder, DoubleArrayHolder, DoubleHolder, ElementArrayHolder, ElementHolder, FloatArrayHolder, FloatHolder, IntArrayHolder, IntHolder, LongArrayHolder, LongHolder, ObjectArrayHolder, ObjectHolder, ShortArrayHolder, ShortHolder, StringArrayHolder, StringHolder

Deprecated. As of jBroker Web 2.0

public interface Holder
extends Holder

A marker interface for holder classes.

See Also:
Holder

Method Summary
 void read(InputStream is)
          Deprecated. Read the contents of this holder from an input stream.
 void write(OutputStream os, String name)
          Deprecated. Write the contents of this holder to an output stream.
 

Method Detail

read

public void read(InputStream is)
          throws IOException
Deprecated. 
Read the contents of this holder from an input stream.

Parameters:
is - The input stream.
Throws:
IOException - If an I/O error occurs.

write

public void write(OutputStream os,
                  String name)
           throws IOException
Deprecated. 
Write the contents of this holder to an output stream.

Parameters:
os - The output stream.
name - The parameter name.
Throws:
IOException - If an I/O error occurs.

Novell exteNd Web Services SDK API

exteNd is a registered trademark of Novell, Inc.
Copyright 1998-2003 Novell, Inc. All Rights Reserved.