Celtix User APIs

org.objectweb.celtix.transports
Interface ServerTransportCallback


public interface ServerTransportCallback

ServerTransportCallback


Method Summary
 void dispatch(InputStreamMessageContext ctx, ServerTransport transport)
          Used to dispatch a message from the ServerTransport to an servant.
 

Method Detail

dispatch

void dispatch(InputStreamMessageContext ctx,
              ServerTransport transport)
Used to dispatch a message from the ServerTransport to an servant.

Parameters:
ctx - The MessageContext associated with the call.

Celtix User APIs