weborb.writer
Interface ITypeWriter

All Known Implementing Classes:
ArrayCollectionWriter, ArrayWriter, BodyHolderWriter, ByteArrayWriter, EnumerationWriter, ListAsResultSetWriter, NoOpWriter, ReferenceWriter, ResultSetAsListWriter, ServiceExceptionWriter, SqlDateWriter, StringWriter, TypedDictionaryWriter, TypedObjectWriter, TypedResultSetWriter, V3CalendarWriter, V3DateWriter

public interface ITypeWriter

ITypeWriter

Author:
Midnight Coders, LLC

Method Summary
 boolean isReferenceableType()
           
 void write(java.lang.Object object, IProtocolFormatter formatter)
           
 

Method Detail

write

void write(java.lang.Object object,
           IProtocolFormatter formatter)
           throws java.io.IOException
Throws:
java.io.IOException

isReferenceableType

boolean isReferenceableType()


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.