org.mule.service
Class ForwardingConsumer
java.lang.Object
org.mule.processor.AbstractInterceptingMessageProcessor
org.mule.processor.AbstractFilteringMessageProcessor
org.mule.routing.MessageFilter
org.mule.service.ForwardingConsumer
- All Implemented Interfaces:
- FlowConstructAware, MuleContextAware, Disposable, Initialisable, Lifecycle, Startable, Stoppable, InterceptingMessageProcessor, MessageProcessor, MessageSource
Deprecated.
@Deprecated
public class ForwardingConsumer
- extends MessageFilter
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.
Methods inherited from class org.mule.routing.MessageFilter |
accept, dispose, filterUnacceptedException, getFilter, initialise, setFilter, setFlowConstruct, setMuleContext, start, stop, toString |
ForwardingConsumer
public ForwardingConsumer()
- Deprecated.
processNext
public MuleEvent processNext(MuleEvent event)
throws MessagingException
- Deprecated.
- Overrides:
processNext
in class AbstractInterceptingMessageProcessor
- Throws:
MessagingException
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.