org.mule.service
Class ForwardingConsumer

java.lang.Object
  extended by org.mule.processor.AbstractInterceptingMessageProcessor
      extended by org.mule.processor.AbstractFilteringMessageProcessor
          extended by org.mule.routing.MessageFilter
              extended by org.mule.service.ForwardingConsumer
All Implemented Interfaces:
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.


Field Summary
 
Fields inherited from class org.mule.routing.MessageFilter
filter
 
Fields inherited from class org.mule.processor.AbstractFilteringMessageProcessor
throwOnUnaccepted, unacceptedMessageProcessor
 
Fields inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
logger, next
 
Constructor Summary
ForwardingConsumer()
          Deprecated.  
 
Method Summary
 MuleEvent processNext(MuleEvent event)
          Deprecated.  
 
Methods inherited from class org.mule.routing.MessageFilter
accept, filterUnacceptedException, getFilter, setFilter, toString
 
Methods inherited from class org.mule.processor.AbstractFilteringMessageProcessor
getUnacceptedMessageProcessor, handleUnaccepted, isThrowOnUnaccepted, process, setThrowOnUnaccepted, setUnacceptedMessageProcessor
 
Methods inherited from class org.mule.processor.AbstractInterceptingMessageProcessor
setListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForwardingConsumer

public ForwardingConsumer()
Deprecated. 
Method Detail

processNext

public MuleEvent processNext(MuleEvent event)
                      throws MessagingException
Deprecated. 
Overrides:
processNext in class AbstractInterceptingMessageProcessor
Throws:
MessagingException


Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.