org.mule.routing.outbound
Class FilteringOutboundRouter
java.lang.Object
org.mule.routing.outbound.AbstractOutboundRouter
org.mule.routing.outbound.FilteringOutboundRouter
- All Implemented Interfaces:
- UMOOutboundRouter, UMORouter
- Direct Known Subclasses:
- AbstractMessageSplitter, AbstractRecipientList, ChainingRouter, MulticastingRouter, OutboundPassThroughRouter
- public class FilteringOutboundRouter
- extends AbstractOutboundRouter
FilteringRouter
is a router that accepts events based on a filter set.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Ross Mason
Methods inherited from class org.mule.routing.outbound.AbstractOutboundRouter |
addEndpoint, dispatch, getCorrelationGroupExtractor, getCorrelationIdExtractor, getCorrelationSequenceExtractor, getEndpoints, getReplyTo, getRouterStatistics, isCorrelationId, removeEndpoint, send, setCorrelationGroupExtractor, setCorrelationId, setCorrelationIdExtractor, setCorrelationSequenceExtractor, setEndpoints, setMessageProperties, setReplyTo, setRouterStatistics |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilteringOutboundRouter
public FilteringOutboundRouter()
route
public UMOMessage route(UMOMessage message,
UMOSession session,
boolean synchronous)
throws RoutingException
- Throws:
RoutingException
getFilter
public UMOFilter getFilter()
setFilter
public void setFilter(UMOFilter filter)
isMatch
public boolean isMatch(UMOMessage message)
throws RoutingException
- Throws:
RoutingException
getTransformer
public UMOTransformer getTransformer()
setTransformer
public void setTransformer(UMOTransformer transformer)
Copyright © 2003-2005 SymphonySoft Limited. All Rights Reserved.