org.ow2.petals.transport.platform.nio.server
Class PipedDeserializerImpl

java.lang.Object
  extended by org.ow2.petals.transport.platform.nio.server.PipedDeserializerImpl
All Implemented Interfaces:
java.lang.Runnable, PipedDeserializer

public final class PipedDeserializerImpl
extends java.lang.Object
implements PipedDeserializer


Constructor Summary
PipedDeserializerImpl(java.nio.channels.SocketChannel socketChannel, NioReceiver messageReceiver, java.util.logging.Logger logger, org.ow2.petals.util.LoggingUtil log)
           
 
Method Summary
 void connectStreams()
           
 java.io.OutputStream getOutputStream()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipedDeserializerImpl

public PipedDeserializerImpl(java.nio.channels.SocketChannel socketChannel,
                             NioReceiver messageReceiver,
                             java.util.logging.Logger logger,
                             org.ow2.petals.util.LoggingUtil log)
                      throws java.io.IOException
Throws:
java.io.IOException
Method Detail

connectStreams

public final void connectStreams()

getOutputStream

public final java.io.OutputStream getOutputStream()
Specified by:
getOutputStream in interface PipedDeserializer

run

public final void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.