Uses of Interface
org.mule.api.routing.InboundRouter

Packages that use InboundRouter
org.mule.api.routing Interfaces that define inbound and outbound routing API. 
org.mule.example.loanbroker.routers   
org.mule.routing.inbound Inbound router implementation as described in the Enterprise Integration Patterns book. 
 

Uses of InboundRouter in org.mule.api.routing
 

Methods in org.mule.api.routing that return InboundRouter
 InboundRouter InboundRouterCollection.removeRouter(InboundRouter router)
           
 

Methods in org.mule.api.routing with parameters of type InboundRouter
 void InboundRouterCollection.addRouter(InboundRouter router)
           
 InboundRouter InboundRouterCollection.removeRouter(InboundRouter router)
           
 

Uses of InboundRouter in org.mule.example.loanbroker.routers
 

Classes in org.mule.example.loanbroker.routers that implement InboundRouter
 class BankQuotesInboundAggregator
          BankQuotesInboundAggregator receives a number of quotes and selects the lowest
 

Uses of InboundRouter in org.mule.routing.inbound
 

Classes in org.mule.routing.inbound that implement InboundRouter
 class AbstractCorrelationAggregator
          CorrelationAggregator uses the CorrelationID and CorrelationGroupSize properties of the MuleMessage to manage message groups.
 class AbstractEventAggregator
          AbstractEventAggregator will aggregate a set of messages into a single message.
 class CorrelationEventResequencer
          CorrelationEventResequencer is used to resequence events according to their dispatch sequence in the correlation group.
 class ForwardingConsumer
          ForwardingConsumer is used to forward an incoming event over another transport without invoking a service.
 class IdempotentReceiver
          IdempotentReceiver ensures that only unique messages are received by a service.
 class IdempotentSecureHashReceiver
          IdempotentSecureHashReceiver ensures that only unique messages are received by a service.
 class InboundPassThroughRouter
          InboundPassThroughRouter allows inbound routing over all registered endpoints without any filtering.
 class MessageChunkingAggregator
           
 class SelectiveConsumer
          SelectiveConsumer is an inbound router used to filter out unwanted events.
 class SimpleCollectionAggregator
          This router will return all aggregated events as a MuleMessageCollection.
 class WireTap
          An inbound router that can forward every message to another destination as defined in the "endpoint" property.
 

Methods in org.mule.routing.inbound that return InboundRouter
 InboundRouter DefaultInboundRouterCollection.removeRouter(InboundRouter router)
           
 

Methods in org.mule.routing.inbound with parameters of type InboundRouter
 void DefaultInboundRouterCollection.addRouter(InboundRouter router)
           
 InboundRouter DefaultInboundRouterCollection.removeRouter(InboundRouter router)
           
 



Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.