Uses of Class
org.ikasan.framework.component.routing.SingleResultRouter

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

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

Subclasses of SingleResultRouter in org.ikasan.framework.component.routing
 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 XMLValidatorRouter
          Implementation of Router that returns a single result:valid or invalid based on validation of the incoming payload(s).
 class XPathSelectorRouter
          XPath router evaluation based on evaluating an incoming XPath expression into the node value.
 



Copyright © 2007-2012 Ikasan. All Rights Reserved.