daruma.bus.processor
クラス ConsoleWriter

java.lang.Object
  拡張daruma.bus.processor.ConsoleWriter
すべての実装インタフェース:
Processor

public class ConsoleWriter
extends java.lang.Object
implements Processor


フィールドの概要
static java.lang.String DEFAULT_INPUT_ENCODING
           
static java.lang.String DEFAULT_OUTPUT_ENCODING
           
static java.lang.String PROPS_INPUT_ENCODING
           
static java.lang.String PROPS_OUTPUT_ENCODING
           
 
コンストラクタの概要
ConsoleWriter()
           
 
メソッドの概要
 void process(Message message)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

DEFAULT_INPUT_ENCODING

public static final java.lang.String DEFAULT_INPUT_ENCODING

DEFAULT_OUTPUT_ENCODING

public static final java.lang.String DEFAULT_OUTPUT_ENCODING

PROPS_INPUT_ENCODING

public static final java.lang.String PROPS_INPUT_ENCODING
関連項目:
定数フィールド値

PROPS_OUTPUT_ENCODING

public static final java.lang.String PROPS_OUTPUT_ENCODING
関連項目:
定数フィールド値
コンストラクタの詳細

ConsoleWriter

public ConsoleWriter()
メソッドの詳細

process

public void process(Message message)
             throws ProcessorException
定義:
インタフェース Processor 内の process
例外:
ProcessorException