Uses of Class
org.mule.routing.outbound.AbstractSequenceRouter

Packages that use AbstractSequenceRouter
org.mule.routing.outbound Outbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of AbstractSequenceRouter in org.mule.routing.outbound
 

Subclasses of AbstractSequenceRouter in org.mule.routing.outbound
 class MulticastingRouter
          MulticastingRouter will broadcast the current message to every endpoint registered with the router.
 class SequenceRouter
          Defines a AbstractSequenceRouter that stops the routing of a given message when a synchronous endpoint has returned a null or an exception message.
 



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.