org.mule.routing.outbound
Class MessageChunkingRouter
java.lang.Object
org.mule.routing.outbound.AbstractOutboundRouter
org.mule.routing.outbound.FilteringOutboundRouter
org.mule.routing.outbound.MessageChunkingRouter
- All Implemented Interfaces:
- MuleContextAware, Disposable, Initialisable, MessageProcessor, MessageRouter, Matchable, MatchableMessageProcessor, MatchableMessageRouter, OutboundRouter, RouterStatisticsRecorder, TransformingMatchable
public class MessageChunkingRouter
- extends FilteringOutboundRouter
A router that breaks up the current message onto smaller parts and sends them to the
same destination. The Destination service needs to have a MessageChunkingAggregator
inbound router in order to rebuild the message at the other end.
| Methods inherited from class org.mule.routing.outbound.FilteringOutboundRouter |
addRoute, getFilter, getRoute, getTransformers, initialise, isMatch, isTransformBeforeMatch, isUseTemplates, setFilter, setTransformers, setUseTemplates |
| Methods inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
dispose, getEnableCorrelation, getMuleContext, getReplyTo, getResultsHandler, getRoute, getRouterStatistics, getRoutes, getTransactionConfig, isDynamicRoutes, process, propagateMagicProperties, removeRoute, sendRequest, sendRequestEvent, setEnableCorrelation, setEnableCorrelationAsString, setMessageProcessors, setMessageProperties, setMuleContext, setReplyTo, setResultsHandler, setRouterStatistics, setRoutes, setTransactionConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageChunkingRouter
public MessageChunkingRouter()
getMessageSize
public int getMessageSize()
setMessageSize
public void setMessageSize(int messageSize)
getNumberOfMessages
public int getNumberOfMessages()
setNumberOfMessages
public void setNumberOfMessages(int numberOfMessages)
route
public MuleEvent route(MuleEvent event)
throws RoutingException
- Overrides:
route in class FilteringOutboundRouter
- Throws:
RoutingException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.