|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.processor.AbstractInterceptingMessageProcessorBase
org.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractFilteringMessageProcessor
org.mule.routing.MessageFilter
org.mule.service.ForwardingConsumer
@Deprecated public class ForwardingConsumer
ForwardingConsumer
is used to forward an incoming event over another transport without
invoking a service. This can be used to implement a bridge accross different transports.
Field Summary |
---|
Fields inherited from class org.mule.routing.MessageFilter |
---|
filter |
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
onUnacceptedFlowConstruct, throwOnUnaccepted, unacceptedMessageProcessor |
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase |
---|
logger, muleContext, next, notificationHandler |
Fields inherited from interface org.mule.api.lifecycle.Initialisable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Startable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Stoppable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.lifecycle.Disposable |
---|
PHASE_NAME |
Fields inherited from interface org.mule.api.AnnotatedObject |
---|
PROPERTY_NAME |
Constructor Summary | |
---|---|
ForwardingConsumer()
Deprecated. |
Method Summary | |
---|---|
MuleEvent |
processNext(MuleEvent event)
Deprecated. |
Methods inherited from class org.mule.routing.MessageFilter |
---|
accept, dispose, filterUnacceptedException, getFilter, initialise, setFilter, setFlowConstruct, setMuleContext, start, stop, toString |
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor |
---|
getUnacceptedMessageProcessor, handleUnaccepted, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor |
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessorBase |
---|
getAnnotation, getAnnotations, getListener, getMuleContext, isEventValid, setAnnotations, setListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.mule.api.source.MessageSource |
---|
setListener |
Constructor Detail |
---|
public ForwardingConsumer()
Method Detail |
---|
public MuleEvent processNext(MuleEvent event) throws MessagingException
processNext
in class AbstractInterceptingMessageProcessorBase
MessagingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |