org.janux.bus.processor
Class ObjectFormatterAbstract

java.lang.Object
  extended by org.janux.bus.processor.ObjectFormatterAbstract
All Implemented Interfaces:
ObjectFormatter, Processor

public abstract class ObjectFormatterAbstract
extends Object
implements ObjectFormatter

Base implementation of the ObjectFormatter interface; will implement a template Processor.process method at some point in the future, currently throws an UnsupportedOperationException

Version:
$Revision: 1.2 $ - $Date: 2007-12-27 00:51:17 $
Author:
Philippe Paravicini

Field Summary
protected  org.apache.commons.logging.Log log
           
 
Constructor Summary
ObjectFormatterAbstract()
           
 
Method Summary
abstract  String format(Object o)
           
 void process(InputStream in, OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected transient org.apache.commons.logging.Log log
Constructor Detail

ObjectFormatterAbstract

public ObjectFormatterAbstract()
Method Detail

process

public void process(InputStream in,
                    OutputStream out)
Specified by:
process in interface Processor

format

public abstract String format(Object o)
Specified by:
format in interface ObjectFormatter


Copyright © 2005-2013 Janux. All Rights Reserved.