org.apache.geronimo.gshell.remote.client.handler
Interface ClientMessageHandler<T extends Message>

All Superinterfaces:
org.apache.mina.handler.demux.MessageHandler<T>
All Known Implementing Classes:
ClientMessageHandlerSupport, EchoHandler

public interface ClientMessageHandler<T extends Message>
extends MessageHandler<T>

???

Version:
$Rev: 580692 $ $Date: 2007-09-30 03:37:24 -0700 (Sun, 30 Sep 2007) $

Field Summary
 
Fields inherited from interface org.apache.mina.handler.demux.MessageHandler
NOOP
 
Method Summary
 void handle(org.apache.mina.common.IoSession session, ClientSessionContext context, T message)
           
 
Methods inherited from interface org.apache.geronimo.gshell.whisper.message.MessageHandler
getType
 
Methods inherited from interface org.apache.mina.handler.demux.MessageHandler
messageReceived
 

Method Detail

handle

void handle(org.apache.mina.common.IoSession session,
            ClientSessionContext context,
            T message)
            throws Exception
Throws:
Exception


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.