org.siprop.v2.core.router
Interface Router

All Known Subinterfaces:
DynamicRouter, StaticRouter
All Known Implementing Classes:
MessageRouter

public interface Router

Interface of Router.

Author:
nisato

Method Summary
 void doRoute(Context context)
          Execute routing.
 

Method Detail

doRoute

void doRoute(Context context)
             throws MessageException
Execute routing.

Parameters:
context -
Throws:
MessageException