org.tubo.resource.consumer.echo
Class EchoConsumer

java.lang.Object
  extended by org.tubo.resource.baseimpl.BaseResourceImpl
      extended by org.tubo.resource.consumer.BaseConsumerImpl
          extended by org.tubo.resource.consumer.serversocket.ServerSocketConsumer
              extended by org.tubo.resource.consumer.echo.EchoConsumer
All Implemented Interfaces:
Consumer, Resource

public class EchoConsumer
extends ServerSocketConsumer

Created: Sep 14, 2006, 2:39:20 PM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $

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

Field Summary
static java.lang.String RCS_ID
           
 
Fields inherited from class org.tubo.resource.consumer.serversocket.ServerSocketConsumer
NEW_CONNECTION_EVENT
 
Constructor Summary
EchoConsumer()
           
 
Method Summary
 void process(java.io.InputStream is, java.io.OutputStream os)
           
 
Methods inherited from class org.tubo.resource.consumer.serversocket.ServerSocketConsumer
process
 
Methods inherited from class org.tubo.resource.consumer.BaseConsumerImpl
createEvent, createFlowContext, createItem, dispatchOriginFlowEvent, doConsumerLifeCycle, initializeEvent, initializeItem, postOriginFlowEvent, preOriginFlowEvent, setListener
 
Methods inherited from class org.tubo.resource.baseimpl.BaseResourceImpl
getId, getProperties, getProperty, getResourceManager, setId, setProperties, setProperty, setResourceManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.tubo.resource.consumer.Consumer
getId
 

Field Detail

RCS_ID

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

EchoConsumer

public EchoConsumer()
Method Detail

process

public void process(java.io.InputStream is,
                    java.io.OutputStream os)
             throws TuboConsumerException
Throws:
TuboConsumerException


Copyright © 2004-2007 Tubo. All Rights Reserved.