|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.inbound.SelectiveConsumer
org.mule.routing.inbound.InboundPassThroughRouter
InboundPassThroughRouter
allows intbound routing over all registered
endpoints without any filtering. This class is used by Mule when a specific
inbound router has not been configured on a UMODescriptor.
Field Summary |
Fields inherited from class org.mule.routing.inbound.SelectiveConsumer |
logger |
Constructor Summary | |
InboundPassThroughRouter()
|
Method Summary | |
boolean |
isMatch(UMOEvent event)
|
UMOEvent[] |
process(UMOEvent event)
|
Methods inherited from class org.mule.routing.inbound.SelectiveConsumer |
getFilter, getRouterStatistics, isTransformFirst, setFilter, setRouterStatistics, setTransformFirst |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InboundPassThroughRouter()
Method Detail |
public UMOEvent[] process(UMOEvent event) throws RoutingException
process
in interface UMOInboundRouter
process
in class SelectiveConsumer
RoutingException
public boolean isMatch(UMOEvent event) throws RoutingException
isMatch
in interface UMOInboundRouter
isMatch
in class SelectiveConsumer
RoutingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |