org.tubo.resource.component.echo
Class EchoComponent

java.lang.Object
  extended by org.tubo.resource.component.BaseComponentImpl
      extended by org.tubo.resource.component.echo.EchoComponent
All Implemented Interfaces:
Component, Resource

public class EchoComponent
extends BaseComponentImpl

Created: Oct 21, 2006, 2:07:35 PM
Last Modification Date: $Date: 2006-11-08 11:02:18 -0300 (Wed, 08 Nov 2006) $

Version:
$Revision: 54 $
Author:
maldito_orco (maldito_orco@users.sourceforge.net)

Field Summary
static java.lang.String ECHO_INPUT_PROPERTY
           
static java.lang.String ECHO_OUTPUT_PROPERTY
           
static java.lang.String RCS_ID
           
 
Constructor Summary
EchoComponent()
           
 
Method Summary
 void execute(FlowContext flowContext)
           
 void sayGoodbye(FlowContext flowContext)
           
 void sayHelo(FlowContext flowContext)
           
 
Methods inherited from class org.tubo.resource.component.BaseComponentImpl
getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
See Also:
Constant Field Values

ECHO_INPUT_PROPERTY

public static final java.lang.String ECHO_INPUT_PROPERTY
See Also:
Constant Field Values

ECHO_OUTPUT_PROPERTY

public static final java.lang.String ECHO_OUTPUT_PROPERTY
See Also:
Constant Field Values
Constructor Detail

EchoComponent

public EchoComponent()
Method Detail

sayHelo

public void sayHelo(FlowContext flowContext)
             throws TuboException
Throws:
TuboException

sayGoodbye

public void sayGoodbye(FlowContext flowContext)
                throws TuboException
Throws:
TuboException

execute

public void execute(FlowContext flowContext)
             throws TuboException
Specified by:
execute in interface Component
Overrides:
execute in class BaseComponentImpl
Throws:
TuboException


Copyright © 2004-2007 Tubo. All Rights Reserved.