eu.xtreemos.xosd.utilities.logger.handlers
Class EchoHandler

java.lang.Object
  extended by eu.xtreemos.xosd.utilities.logger.handlers.EchoHandler
All Implemented Interfaces:
ITokenHandler

public class EchoHandler
extends java.lang.Object
implements ITokenHandler


Constructor Summary
EchoHandler()
           
 
Method Summary
 IToken handle(java.lang.String elm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoHandler

public EchoHandler()
Method Detail

handle

public IToken handle(java.lang.String elm)
Specified by:
handle in interface ITokenHandler