Uses of Interface
org.ikasan.framework.component.routing.Router

Packages that use Router
org.ikasan.framework.component.routing   
 

Uses of Router in org.ikasan.framework.component.routing
 

Classes in org.ikasan.framework.component.routing that implement Router
 class AbstractFilteringRouter
           
 class ContainsPayloadRouter
          Deprecated. No longer used as Initiators no longer deliver empty events.
 class FirstPayloadAttributeRouter
          Simple Router that routes Events to a single configured path based on the value of a named attribute on the Events first Payload If there is no configured path for the attribute value (or this is null), then a single default result is returned
 class RecipientListRouter
          Implementation of EIP 'RecipientList' Pattern as a Router This class is configured with a List of recipient names to which we route, regardless of the Event
 class SingleResultRouter
          Simple abstraction for Router implementations that are only ever to return a single result
 class XMLValidatorRouter
          Implementation of Router that returns a single result:valid or invalid based on validation of the incoming payload(s).
 class XPathBooleanRouter
          XPath router evaluation based on evaluating the incoming XPath expressions into Boolean results.
 class XPathSelectorRouter
          XPath router evaluation based on evaluating an incoming XPath expression into the node value.
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.