org.ow2.petals.transport.platform.nio.server
Interface NioReceiver

All Known Implementing Classes:
NioTransporterImpl

public interface NioReceiver

Interface of the Fractal component to which the NIO server transmits received deserialized message exchanges.

Author:
Christophe DENEUX (Capgemini Sud)

Field Summary
static java.lang.String NIO_MSG_RECEIVER_ITF
          Name of the port
 
Method Summary
 void onMessage(java.lang.Object obj)
           
 

Field Detail

NIO_MSG_RECEIVER_ITF

static final java.lang.String NIO_MSG_RECEIVER_ITF
Name of the port

See Also:
Constant Field Values
Method Detail

onMessage

void onMessage(java.lang.Object obj)


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