org.mule.umo.routing
Interface UMOResponseRouter

All Superinterfaces:
UMORouter
All Known Implementing Classes:
AbstractResponseRouter

public interface UMOResponseRouter
extends UMORouter

UMOResponseRouter is a router that handles response flow

Version:
$Revision: 1.1.1.1 $
Author:
Ross Mason

Method Summary
 UMOMessage getResponse(UMOMessage message)
           
 void process(UMOEvent event)
           
 
Methods inherited from interface org.mule.umo.routing.UMORouter
getRouterStatistics, setRouterStatistics
 

Method Detail

process

public void process(UMOEvent event)
             throws RoutingException
Throws:
RoutingException

getResponse

public UMOMessage getResponse(UMOMessage message)
                       throws RoutingException
Throws:
RoutingException


Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.