Uses of Class
org.mule.routing.AbstractMessageSequence

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

Uses of AbstractMessageSequence in org.mule.routing.outbound
 

Subclasses of AbstractMessageSequence in org.mule.routing.outbound
 class ArrayMessageSequence
           
 class CollectionMessageSequence<T>
          A MessageSequence that retrieves elements from a Collection.
 class IteratorMessageSequence<T>
          A MessageSequence that delegates its IteratorMessageSequence.hasNext() and IteratorMessageSequence.next() methods to an Iterator, and has no estimated size
 



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