weborb.writer
Class NoOpWriter

java.lang.Object
  extended by weborb.writer.NoOpWriter
All Implemented Interfaces:
ITypeWriter

public class NoOpWriter
extends java.lang.Object
implements ITypeWriter

MessageWriter

Author:
Midnight Coders, LLC

Constructor Summary
NoOpWriter()
           
 
Method Summary
 boolean isReferenceableType()
           
 java.lang.Object write(java.lang.Object object)
           
 void write(java.lang.Object object, IProtocolFormatter formatter)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOpWriter

public NoOpWriter()
Method Detail

write

public java.lang.Object write(java.lang.Object object)

write

public void write(java.lang.Object object,
                  IProtocolFormatter formatter)
           throws java.io.IOException
Specified by:
write in interface ITypeWriter
Throws:
java.io.IOException

isReferenceableType

public boolean isReferenceableType()
Specified by:
isReferenceableType in interface ITypeWriter


Discuss WebORB

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