|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.AbstractCatchAllStrategy
org.mule.routing.ComponentCatchAllStrategy
ComponentCatchAllStrategy
is used to catch any events and forward
the events to the component as is.
Field Summary |
Fields inherited from class org.mule.routing.AbstractCatchAllStrategy |
endpoint, logger, statistics |
Constructor Summary | |
ComponentCatchAllStrategy()
|
Method Summary | |
UMOMessage |
catchMessage(UMOMessage message,
UMOSession session,
boolean synchronous)
|
UMOEndpoint |
getEndpoint()
|
void |
setEndpoint(UMOEndpoint endpoint)
|
Methods inherited from class org.mule.routing.AbstractCatchAllStrategy |
getStatistics, setStatistics |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ComponentCatchAllStrategy()
Method Detail |
public void setEndpoint(UMOEndpoint endpoint)
setEndpoint
in interface UMORouterCatchAllStrategy
setEndpoint
in class AbstractCatchAllStrategy
public UMOEndpoint getEndpoint()
getEndpoint
in interface UMORouterCatchAllStrategy
getEndpoint
in class AbstractCatchAllStrategy
public UMOMessage catchMessage(UMOMessage message, UMOSession session, boolean synchronous) throws RoutingException
RoutingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |